Html Css Color HEX #777FFE Light Slate Blue

📋 copy color: '#777FFE'

red 119 ◦ green 127 ◦ blue 254

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

Shades of Light Slate Blue #777FFE

Tints of Light Slate Blue #777FFE

RGB

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

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

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

R = 23.8%
G = 25.4%
B = 50.8%

CMYK

 C value IS 0.53

 M value IS 0.50

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#777FFE (or 0x777FFE) is known color: Light Slate Blue. HEX triplet: 77, 7F and FE. RGB value is (119,127,254). Sum of RGB (Red+Green+Blue) = 119+127+254=500 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.8% from 500); Green value is 127 (50% from 255 or 25.4% from 500); Blue value is 254 (99.61% from 255 or 50.8% from 500); Max value from RGB is 254 - color contains mainly: blue. Hex color #777FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777FFE is #888001. Grayscale: #8A8A8A. Windows color (decimal): -8945666 or 16678775. OLE color: 16678775.

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

Color convert

RGB 119 127 254 -
CMYK 0.53 0.50 0 0.00
HSL 236.44º 0.99% 0.73% -
HSV(B) 236.44º 0.53% 1% -
XYZ 33.09 26.26 97.09 -
YUV 139.09 192.85 113.67 -
System Red Green Blue C M Y K H S L
Decimal 119 127 254 0.53 0.50 0 0.00 236.44 0.99 0.73
Hex 77 7F FE 35 32 0 0 EC 63 49
Octal 167 177 376 65 62 0 0 354 143 111
Binary 1110111 1111111 11111110 110101 110010 0 0 11101100 1100011 1001001

Color Harmonies of #777FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777FFE

Black with #777FFE

Text Example


Text Example

White with #777FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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