Html Css Color HEX #777CFC Light Slate Blue

📋 copy color: '#777CFC'

red 119 ◦ green 124 ◦ blue 252

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

Shades of Light Slate Blue #777CFC

Tints of Light Slate Blue #777CFC

RGB

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

 GREEN value IS 124 (48.83% from 255) = 25.05%

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

R = 24.04%
G = 25.05%
B = 50.91%

CMYK

 C value IS 0.53

 M value IS 0.51

 Y value IS 0

 K value IS 0.01

RGB Variations

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

Color information

#777CFC (or 0x777CFC) is known color: Light Slate Blue. HEX triplet: 77, 7C and FC. RGB value is (119,124,252). Sum of RGB (Red+Green+Blue) = 119+124+252=495 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.04% from 495); Green value is 124 (48.83% from 255 or 25.05% from 495); Blue value is 252 (98.83% from 255 or 50.91% from 495); Max value from RGB is 252 - color contains mainly: blue. Hex color #777CFC is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777CFC is #888303. Grayscale: #888888. Windows color (decimal): -8946436 or 16546935. OLE color: 16546935.

HSL color Cylindrical-coordinate representation of color #777CFC: hue angle of 237.74º 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 #777CFC is Cyan = 0.53, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB 119 124 252 -
CMYK 0.53 0.51 0 0.01
HSL 237.74º 0.96% 0.73% -
HSV(B) 237.74º 0.53% 0.99% -
XYZ 32.39 25.37 95.28 -
YUV 137.1 192.84 115.09 -
System Red Green Blue C M Y K H S L
Decimal 119 124 252 0.53 0.51 0 0.01 237.74 0.96 0.73
Hex 77 7C FC 35 33 0 1 EE 60 49
Octal 167 174 374 65 63 0 1 356 140 111
Binary 1110111 1111100 11111100 110101 110011 0 1 11101110 1100000 1001001

Color Harmonies of #777CFC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777CFC

Black with #777CFC

Text Example


Text Example

White with #777CFC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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