Html Css Color HEX #777FFB Light Slate Blue

📋 copy color: '#777FFB'

red 119 ◦ green 127 ◦ blue 251

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

Shades of Light Slate Blue #777FFB

Tints of Light Slate Blue #777FFB

RGB

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

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

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

R = 23.94%
G = 25.55%
B = 50.5%

CMYK

 C value IS 0.53

 M value IS 0.49

 Y value IS 0

 K value IS 0.02

RGB Variations

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

Color information

#777FFB (or 0x777FFB) is known color: Light Slate Blue. HEX triplet: 77, 7F and FB. RGB value is (119,127,251). Sum of RGB (Red+Green+Blue) = 119+127+251=497 (65% of max value = 765). Red value is 119 (46.88% from 255 or 23.94% from 497); Green value is 127 (50% from 255 or 25.55% from 497); Blue value is 251 (98.44% from 255 or 50.50% from 497); Max value from RGB is 251 - color contains mainly: blue. Hex color #777FFB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777FFB is #888004. Grayscale: #8A8A8A. Windows color (decimal): -8945669 or 16482167. OLE color: 16482167.

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

Color convert

RGB 119 127 251 -
CMYK 0.53 0.49 0 0.02
HSL 236.36º 0.94% 0.73% -
HSV(B) 236.36º 0.53% 0.98% -
XYZ 32.61 26.07 94.58 -
YUV 138.74 191.35 113.92 -
System Red Green Blue C M Y K H S L
Decimal 119 127 251 0.53 0.49 0 0.02 236.36 0.94 0.73
Hex 77 7F FB 35 31 0 2 EC 5E 49
Octal 167 177 373 65 61 0 2 354 136 111
Binary 1110111 1111111 11111011 110101 110001 0 10 11101100 1011110 1001001

Color Harmonies of #777FFB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777FFB

Black with #777FFB

Text Example


Text Example

White with #777FFB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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