Html Css Color HEX #7766CA Slate Blue

📋 copy color: '#7766CA'

red 119 ◦ green 102 ◦ blue 202

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

Shades of Slate Blue #7766CA

Tints of Slate Blue #7766CA

RGB

 RED value IS 119 (46.88% from 255) = 28.13%

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

 BLUE value IS 202 (79.3% from 255) = 47.75%

R = 28.13%
G = 24.11%
B = 47.75%

CMYK

 C value IS 0.41

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7766CA (or 0x7766CA) is known color: Slate Blue. HEX triplet: 77, 66 and CA. RGB value is (119,102,202). Sum of RGB (Red+Green+Blue) = 119+102+202=423 (56% of max value = 765). Red value is 119 (46.88% from 255 or 28.13% from 423); Green value is 102 (40.23% from 255 or 24.11% from 423); Blue value is 202 (79.30% from 255 or 47.75% from 423); Max value from RGB is 202 - color contains mainly: blue. Hex color #7766CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7766CA is #889935. Grayscale: #767676. Windows color (decimal): -8952118 or 13264503. OLE color: 13264503.

HSL color Cylindrical-coordinate representation of color #7766CA: hue angle of 250.2º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7766CA is Cyan = 0.41, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 119 102 202 -
CMYK 0.41 0.50 0 0.21
HSL 250.2º 0.49% 0.6% -
HSV(B) 250.2º 0.5% 0.79% -
XYZ 23.02 17.69 58.08 -
YUV 118.48 175.13 128.37 -
System Red Green Blue C M Y K H S L
Decimal 119 102 202 0.41 0.50 0 0.21 250.2 0.49 0.6
Hex 77 66 CA 29 32 0 15 FA 31 3C
Octal 167 146 312 51 62 0 25 372 61 74
Binary 1110111 1100110 11001010 101001 110010 0 10101 11111010 110001 111100

Color Harmonies of #7766CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7766CA

Black with #7766CA

Text Example


Text Example

White with #7766CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7766CA; }

 p { color: rgb(119,102,202); }

 H1.HeaderClassName
 {
   color: #7766CA;
 }
 .AnyTagClassName
 {
   color: #7766CA;
 }
</style>

background-color css

<style>
 a { background-color: #7766CA; }

 a { background-color: rgb(119,102,202); }

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

border-color css

<style>
 span { border-color: #7766CA; }

 span { border-color: rgb(119,102,202); }

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