Html Css Color HEX #777FFC Light Slate Blue

📋 copy color: '#777FFC'

red 119 ◦ green 127 ◦ blue 252

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

Shades of Light Slate Blue #777FFC

Tints of Light Slate Blue #777FFC

RGB

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

 GREEN value IS 127 (50% from 255) = 25.5%

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

R = 23.9%
G = 25.5%
B = 50.6%

CMYK

 C value IS 0.53

 M value IS 0.50

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#777FFC (or 0x777FFC) is known color: Light Slate Blue. HEX triplet: 77, 7F and FC. RGB value is (119,127,252). Sum of RGB (Red+Green+Blue) = 119+127+252=498 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.90% from 498); Green value is 127 (50% from 255 or 25.50% from 498); Blue value is 252 (98.83% from 255 or 50.60% from 498); Max value from RGB is 252 - color contains mainly: blue. Hex color #777FFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777FFC is #888003. Grayscale: #8A8A8A. Windows color (decimal): -8945668 or 16547703. OLE color: 16547703.

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

Color convert

RGB 119 127 252 -
CMYK 0.53 0.50 0 0.01
HSL 236.39º 0.96% 0.73% -
HSV(B) 236.39º 0.53% 0.99% -
XYZ 32.77 26.13 95.41 -
YUV 138.86 191.85 113.84 -
System Red Green Blue C M Y K H S L
Decimal 119 127 252 0.53 0.50 0 0.01 236.39 0.96 0.73
Hex 77 7F FC 35 32 0 1 EC 60 49
Octal 167 177 374 65 62 0 1 354 140 111
Binary 1110111 1111111 11111100 110101 110010 0 1 11101100 1100000 1001001

Color Harmonies of #777FFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777FFC

Black with #777FFC

Text Example


Text Example

White with #777FFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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