Html Css Color HEX #776CFC Light Slate Blue

📋 copy color: '#776CFC'

red 119 ◦ green 108 ◦ blue 252

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

Shades of Light Slate Blue #776CFC

Tints of Light Slate Blue #776CFC

RGB

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

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

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

R = 24.84%
G = 22.55%
B = 52.61%

CMYK

 C value IS 0.53

 M value IS 0.57

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#776CFC (or 0x776CFC) is known color: Light Slate Blue. HEX triplet: 77, 6C and FC. RGB value is (119,108,252). Sum of RGB (Red+Green+Blue) = 119+108+252=479 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.84% from 479); Green value is 108 (42.58% from 255 or 22.55% from 479); Blue value is 252 (98.83% from 255 or 52.61% from 479); Max value from RGB is 252 - color contains mainly: blue. Hex color #776CFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #776CFC is #889303. Grayscale: #7F7F7F. Windows color (decimal): -8950532 or 16542839. OLE color: 16542839.

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

Color convert

RGB 119 108 252 -
CMYK 0.53 0.57 0 0.01
HSL 244.58º 0.96% 0.71% -
HSV(B) 244.58º 0.57% 0.99% -
XYZ 30.54 21.68 94.67 -
YUV 127.71 198.14 121.79 -
System Red Green Blue C M Y K H S L
Decimal 119 108 252 0.53 0.57 0 0.01 244.58 0.96 0.71
Hex 77 6C FC 35 39 0 1 F5 60 47
Octal 167 154 374 65 71 0 1 365 140 107
Binary 1110111 1101100 11111100 110101 111001 0 1 11110101 1100000 1000111

Color Harmonies of #776CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776CFC

Black with #776CFC

Text Example


Text Example

White with #776CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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