Html Css Color HEX #777CFE Light Slate Blue

📋 copy color: '#777CFE'

red 119 ◦ green 124 ◦ blue 254

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

Shades of Light Slate Blue #777CFE

Tints of Light Slate Blue #777CFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 51.11%

R = 23.94%
G = 24.95%
B = 51.11%

CMYK

 C value IS 0.53

 M value IS 0.51

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#777CFE (or 0x777CFE) is known color: Light Slate Blue. HEX triplet: 77, 7C and FE. RGB value is (119,124,254). Sum of RGB (Red+Green+Blue) = 119+124+254=497 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.94% from 497); Green value is 124 (48.83% from 255 or 24.95% from 497); Blue value is 254 (99.61% from 255 or 51.11% from 497); Max value from RGB is 254 - color contains mainly: blue. Hex color #777CFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777CFE is #888301. Grayscale: #888888. Windows color (decimal): -8946434 or 16678007. OLE color: 16678007.

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

Color convert

RGB 119 124 254 -
CMYK 0.53 0.51 0 0.00
HSL 237.78º 0.99% 0.73% -
HSV(B) 237.78º 0.53% 1% -
XYZ 32.7 25.49 96.96 -
YUV 137.33 193.84 114.93 -
System Red Green Blue C M Y K H S L
Decimal 119 124 254 0.53 0.51 0 0.00 237.78 0.99 0.73
Hex 77 7C FE 35 33 0 0 EE 63 49
Octal 167 174 376 65 63 0 0 356 143 111
Binary 1110111 1111100 11111110 110101 110011 0 0 11101110 1100011 1001001

Color Harmonies of #777CFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777CFE

Black with #777CFE

Text Example


Text Example

White with #777CFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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