Html Css Color HEX #7642DA Slate Blue

📋 copy color: '#7642DA'

red 118 ◦ green 66 ◦ blue 218

#7642DA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #7642DA

Tints of Slate Blue #7642DA

RGB

 RED value IS 118 (46.48% from 255) = 29.35%

 GREEN value IS 66 (26.17% from 255) = 16.42%

 BLUE value IS 218 (85.55% from 255) = 54.23%

R = 29.35%
G = 16.42%
B = 54.23%

CMYK

 C value IS 0.46

 M value IS 0.70

 Y value IS 0

 K value IS 0.15

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#7642DA (or 0x7642DA) is known color: Slate Blue. HEX triplet: 76, 42 and DA. RGB value is (118,66,218). Sum of RGB (Red+Green+Blue) = 118+66+218=402 (53% of max value = 765). Red value is 118 (46.48% from 255 or 29.35% from 402); Green value is 66 (26.17% from 255 or 16.42% from 402); Blue value is 218 (85.55% from 255 or 54.23% from 402); Max value from RGB is 218 - color contains mainly: blue. Hex color #7642DA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #7642DA is #89BD25. Grayscale: #626262. Windows color (decimal): -9026854 or 14303862. OLE color: 14303862.

HSL color Cylindrical-coordinate representation of color #7642DA: hue angle of 260.53º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #7642DA is Cyan = 0.46, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 118 66 218 -
CMYK 0.46 0.70 0 0.15
HSL 260.53º 0.67% 0.56% -
HSV(B) 260.53º 0.7% 0.85% -
XYZ 22.07 12.81 67.64 -
YUV 98.88 195.23 141.64 -
System Red Green Blue C M Y K H S L
Decimal 118 66 218 0.46 0.70 0 0.15 260.53 0.67 0.56
Hex 76 42 DA 2E 46 0 F 105 43 38
Octal 166 102 332 56 106 0 17 405 103 70
Binary 1110110 1000010 11011010 101110 1000110 0 1111 100000101 1000011 111000

Color Harmonies of #7642DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7642DA

Black with #7642DA

Text Example


Text Example

White with #7642DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7642DA; }

 p { color: rgb(118,66,218); }

 H1.HeaderClassName
 {
   color: #7642DA;
 }
 .AnyTagClassName
 {
   color: #7642DA;
 }
</style>

background-color css

<style>
 a { background-color: #7642DA; }

 a { background-color: rgb(118,66,218); }

 div.DivClassName
 {
   background-color: #7642DA;
 }
 .BgClassName
 {
   background-color: #7642DA;
 }
</style>

border-color css

<style>
 span { border-color: #7642DA; }

 span { border-color: rgb(118,66,218); }

 td.TdClassName
 {
   border-color: #7642DA;
 }
 .TagClassName
 {
   border-color: #7642DA;
 }
</style>