Html Css Color HEX #776CFB Light Slate Blue

📋 copy color: '#776CFB'

red 119 ◦ green 108 ◦ blue 251

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

Shades of Light Slate Blue #776CFB

Tints of Light Slate Blue #776CFB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.59%

 BLUE value IS 251 (98.44% from 255) = 52.51%

R = 24.9%
G = 22.59%
B = 52.51%

CMYK

 C value IS 0.53

 M value IS 0.57

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#776CFB (or 0x776CFB) is known color: Light Slate Blue. HEX triplet: 77, 6C and FB. RGB value is (119,108,251). Sum of RGB (Red+Green+Blue) = 119+108+251=478 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.90% from 478); Green value is 108 (42.58% from 255 or 22.59% from 478); Blue value is 251 (98.44% from 255 or 52.51% from 478); Max value from RGB is 251 - color contains mainly: blue. Hex color #776CFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #776CFB is #889304. Grayscale: #7F7F7F. Windows color (decimal): -8950533 or 16477303. OLE color: 16477303.

HSL color Cylindrical-coordinate representation of color #776CFB: hue angle of 244.62º degrees, saturation: 0.95, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #776CFB is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB 119 108 251 -
CMYK 0.53 0.57 0 0.02
HSL 244.62º 0.95% 0.7% -
HSV(B) 244.62º 0.57% 0.98% -
XYZ 30.38 21.61 93.84 -
YUV 127.59 197.64 121.87 -
System Red Green Blue C M Y K H S L
Decimal 119 108 251 0.53 0.57 0 0.02 244.62 0.95 0.7
Hex 77 6C FB 35 39 0 2 F5 5F 46
Octal 167 154 373 65 71 0 2 365 137 106
Binary 1110111 1101100 11111011 110101 111001 0 10 11110101 1011111 1000110

Color Harmonies of #776CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776CFB

Black with #776CFB

Text Example


Text Example

White with #776CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(119,108,251); }

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

background-color css

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

 a { background-color: rgb(119,108,251); }

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

border-color css

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

 span { border-color: rgb(119,108,251); }

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