Html Css Color HEX #7A66D6 Slate Blue

📋 copy color: '#7A66D6'

red 122 ◦ green 102 ◦ blue 214

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

Shades of Slate Blue #7A66D6

Tints of Slate Blue #7A66D6

RGB

 RED value IS 122 (48.05% from 255) = 27.85%

 GREEN value IS 102 (40.23% from 255) = 23.29%

 BLUE value IS 214 (83.98% from 255) = 48.86%

R = 27.85%
G = 23.29%
B = 48.86%

CMYK

 C value IS 0.43

 M value IS 0.52

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#7A66D6 (or 0x7A66D6) is known color: Slate Blue. HEX triplet: 7A, 66 and D6. RGB value is (122,102,214). Sum of RGB (Red+Green+Blue) = 122+102+214=438 (58% of max value = 765). Red value is 122 (48.05% from 255 or 27.85% from 438); Green value is 102 (40.23% from 255 or 23.29% from 438); Blue value is 214 (83.98% from 255 or 48.86% from 438); Max value from RGB is 214 - color contains mainly: blue. Hex color #7A66D6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7A66D6 is #859929. Grayscale: #787878. Windows color (decimal): -8755498 or 14050938. OLE color: 14050938.

HSL color Cylindrical-coordinate representation of color #7A66D6: hue angle of 250.71º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7A66D6 is Cyan = 0.43, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 122 102 214 -
CMYK 0.43 0.52 0 0.16
HSL 250.71º 0.58% 0.62% -
HSV(B) 250.71º 0.52% 0.84% -
XYZ 24.92 18.5 65.88 -
YUV 120.75 180.63 128.89 -
System Red Green Blue C M Y K H S L
Decimal 122 102 214 0.43 0.52 0 0.16 250.71 0.58 0.62
Hex 7A 66 D6 2B 34 0 10 FB 3A 3E
Octal 172 146 326 53 64 0 20 373 72 76
Binary 1111010 1100110 11010110 101011 110100 0 10000 11111011 111010 111110

Color Harmonies of #7A66D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7A66D6

Black with #7A66D6

Text Example


Text Example

White with #7A66D6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7A66D6; }

 p { color: rgb(122,102,214); }

 H1.HeaderClassName
 {
   color: #7A66D6;
 }
 .AnyTagClassName
 {
   color: #7A66D6;
 }
</style>

background-color css

<style>
 a { background-color: #7A66D6; }

 a { background-color: rgb(122,102,214); }

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

border-color css

<style>
 span { border-color: #7A66D6; }

 span { border-color: rgb(122,102,214); }

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