Html Css Color HEX #776FFC Light Slate Blue

📋 copy color: '#776FFC'

red 119 ◦ green 111 ◦ blue 252

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

Shades of Light Slate Blue #776FFC

Tints of Light Slate Blue #776FFC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 23.03%

 BLUE value IS 252 (98.83% from 255) = 52.28%

R = 24.69%
G = 23.03%
B = 52.28%

CMYK

 C value IS 0.53

 M value IS 0.56

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#776FFC (or 0x776FFC) is known color: Light Slate Blue. HEX triplet: 77, 6F and FC. RGB value is (119,111,252). Sum of RGB (Red+Green+Blue) = 119+111+252=482 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.69% from 482); Green value is 111 (43.75% from 255 or 23.03% from 482); Blue value is 252 (98.83% from 255 or 52.28% from 482); Max value from RGB is 252 - color contains mainly: blue. Hex color #776FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #776FFC is #889003. Grayscale: #808080. Windows color (decimal): -8949764 or 16543607. OLE color: 16543607.

HSL color Cylindrical-coordinate representation of color #776FFC: hue angle of 243.4º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #776FFC is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 119 111 252 -
CMYK 0.53 0.56 0 0.01
HSL 243.4º 0.96% 0.71% -
HSV(B) 243.4º 0.56% 0.99% -
XYZ 30.86 22.32 94.78 -
YUV 129.47 197.15 120.54 -
System Red Green Blue C M Y K H S L
Decimal 119 111 252 0.53 0.56 0 0.01 243.4 0.96 0.71
Hex 77 6F FC 35 38 0 1 F3 60 47
Octal 167 157 374 65 70 0 1 363 140 107
Binary 1110111 1101111 11111100 110101 111000 0 1 11110011 1100000 1000111

Color Harmonies of #776FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776FFC

Black with #776FFC

Text Example


Text Example

White with #776FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776FFC; }

 p { color: rgb(119,111,252); }

 H1.HeaderClassName
 {
   color: #776FFC;
 }
 .AnyTagClassName
 {
   color: #776FFC;
 }
</style>

background-color css

<style>
 a { background-color: #776FFC; }

 a { background-color: rgb(119,111,252); }

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

border-color css

<style>
 span { border-color: #776FFC; }

 span { border-color: rgb(119,111,252); }

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