Html Css Color HEX #777CFB Light Slate Blue

📋 copy color: '#777CFB'

red 119 ◦ green 124 ◦ blue 251

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

Shades of Light Slate Blue #777CFB

Tints of Light Slate Blue #777CFB

RGB

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

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

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

R = 24.09%
G = 25.1%
B = 50.81%

CMYK

 C value IS 0.53

 M value IS 0.51

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#777CFB (or 0x777CFB) is known color: Light Slate Blue. HEX triplet: 77, 7C and FB. RGB value is (119,124,251). Sum of RGB (Red+Green+Blue) = 119+124+251=494 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.09% from 494); Green value is 124 (48.83% from 255 or 25.10% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #777CFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777CFB is #888304. Grayscale: #888888. Windows color (decimal): -8946437 or 16481399. OLE color: 16481399.

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

Color convert

RGB 119 124 251 -
CMYK 0.53 0.51 0 0.02
HSL 237.73º 0.94% 0.73% -
HSV(B) 237.73º 0.53% 0.98% -
XYZ 32.23 25.3 94.45 -
YUV 136.98 192.34 115.17 -
System Red Green Blue C M Y K H S L
Decimal 119 124 251 0.53 0.51 0 0.02 237.73 0.94 0.73
Hex 77 7C FB 35 33 0 2 EE 5E 49
Octal 167 174 373 65 63 0 2 356 136 111
Binary 1110111 1111100 11111011 110101 110011 0 10 11101110 1011110 1001001

Color Harmonies of #777CFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777CFB

Black with #777CFB

Text Example


Text Example

White with #777CFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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