Html Css Color HEX #7766CF Slate Blue

📋 copy color: '#7766CF'

red 119 ◦ green 102 ◦ blue 207

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

Shades of Slate Blue #7766CF

Tints of Slate Blue #7766CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 48.36%

R = 27.8%
G = 23.83%
B = 48.36%

CMYK

 C value IS 0.43

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7766CF (or 0x7766CF) is known color: Slate Blue. HEX triplet: 77, 66 and CF. RGB value is (119,102,207). Sum of RGB (Red+Green+Blue) = 119+102+207=428 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.80% from 428); Green value is 102 (40.23% from 255 or 23.83% from 428); Blue value is 207 (81.25% from 255 or 48.36% from 428); Max value from RGB is 207 - color contains mainly: blue. Hex color #7766CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7766CF is #889930. Grayscale: #767676. Windows color (decimal): -8952113 or 13592183. OLE color: 13592183.

HSL color Cylindrical-coordinate representation of color #7766CF: hue angle of 249.71º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #7766CF is Cyan = 0.43, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 119 102 207 -
CMYK 0.43 0.51 0 0.19
HSL 249.71º 0.52% 0.61% -
HSV(B) 249.71º 0.51% 0.81% -
XYZ 23.62 17.93 61.25 -
YUV 119.05 177.63 127.96 -
System Red Green Blue C M Y K H S L
Decimal 119 102 207 0.43 0.51 0 0.19 249.71 0.52 0.61
Hex 77 66 CF 2B 33 0 13 FA 34 3D
Octal 167 146 317 53 63 0 23 372 64 75
Binary 1110111 1100110 11001111 101011 110011 0 10011 11111010 110100 111101

Color Harmonies of #7766CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7766CF

Black with #7766CF

Text Example


Text Example

White with #7766CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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