Html Css Color HEX #777FFF Light Slate Blue

📋 copy color: '#777FFF'

red 119 ◦ green 127 ◦ blue 255

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

Shades of Light Slate Blue #777FFF

Tints of Light Slate Blue #777FFF

RGB

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

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

 BLUE value IS 255 (100% from 255) = 50.9%

R = 23.75%
G = 25.35%
B = 50.9%

CMYK

 C value IS 0.53

 M value IS 0.50

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#777FFF (or 0x777FFF) is known color: Light Slate Blue. HEX triplet: 77, 7F and FF. RGB value is (119,127,255). Sum of RGB (Red+Green+Blue) = 119+127+255=501 (66% of max value = 765). Red value is 119 (46.88% from 255 or 23.75% from 501); Green value is 127 (50% from 255 or 25.35% from 501); Blue value is 255 (100% from 255 or 50.90% from 501); Max value from RGB is 255 - color contains mainly: blue. Hex color #777FFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777FFF is #888000. Grayscale: #8A8A8A. Windows color (decimal): -8945665 or 16744311. OLE color: 16744311.

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

Color convert

RGB 119 127 255 -
CMYK 0.53 0.50 0 0
HSL 236.47º 1% 0.73% -
HSV(B) 236.47º 0.53% 1% -
XYZ 33.25 26.32 97.94 -
YUV 139.2 193.35 113.59 -
System Red Green Blue C M Y K H S L
Decimal 119 127 255 0.53 0.50 0 0 236.47 1 0.73
Hex 77 7F FF 35 32 0 0 EC 64 49
Octal 167 177 377 65 62 0 0 354 144 111
Binary 1110111 1111111 11111111 110101 110010 0 0 11101100 1100100 1001001

Color Harmonies of #777FFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777FFF

Black with #777FFF

Text Example


Text Example

White with #777FFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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