Html Css Color HEX #777DFE Light Slate Blue

📋 copy color: '#777DFE'

red 119 ◦ green 125 ◦ blue 254

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

Shades of Light Slate Blue #777DFE

Tints of Light Slate Blue #777DFE

RGB

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

 GREEN value IS 125 (49.22% from 255) = 25.1%

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

R = 23.9%
G = 25.1%
B = 51%

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

#777DFE (or 0x777DFE) is known color: Light Slate Blue. HEX triplet: 77, 7D and FE. RGB value is (119,125,254). Sum of RGB (Red+Green+Blue) = 119+125+254=498 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.90% from 498); Green value is 125 (49.22% from 255 or 25.10% from 498); Blue value is 254 (99.61% from 255 or 51.00% from 498); Max value from RGB is 254 - color contains mainly: blue. Hex color #777DFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777DFE is #888201. Grayscale: #898989. Windows color (decimal): -8946178 or 16678263. OLE color: 16678263.

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

Color convert

RGB 119 125 254 -
CMYK 0.53 0.51 0 0.00
HSL 237.33º 0.99% 0.73% -
HSV(B) 237.33º 0.53% 1% -
XYZ 32.83 25.74 97 -
YUV 137.91 193.51 114.51 -
System Red Green Blue C M Y K H S L
Decimal 119 125 254 0.53 0.51 0 0.00 237.33 0.99 0.73
Hex 77 7D FE 35 33 0 0 ED 63 49
Octal 167 175 376 65 63 0 0 355 143 111
Binary 1110111 1111101 11111110 110101 110011 0 0 11101101 1100011 1001001

Color Harmonies of #777DFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777DFE

Black with #777DFE

Text Example


Text Example

White with #777DFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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