Html Css Color HEX #777FF7 Light Slate Blue

📋 copy color: '#777FF7'

red 119 ◦ green 127 ◦ blue 247

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

Shades of Light Slate Blue #777FF7

Tints of Light Slate Blue #777FF7

RGB

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

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

 BLUE value IS 247 (96.88% from 255) = 50.1%

R = 24.14%
G = 25.76%
B = 50.1%

CMYK

 C value IS 0.52

 M value IS 0.49

 Y value IS 0

 K value IS 0.03

RGB Variations

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

Color information

#777FF7 (or 0x777FF7) is known color: Light Slate Blue. HEX triplet: 77, 7F and F7. RGB value is (119,127,247). Sum of RGB (Red+Green+Blue) = 119+127+247=493 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.14% from 493); Green value is 127 (50% from 255 or 25.76% from 493); Blue value is 247 (96.88% from 255 or 50.10% from 493); Max value from RGB is 247 - color contains mainly: blue. Hex color #777FF7 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777FF7 is #888008. Grayscale: #898989. Windows color (decimal): -8945673 or 16220023. OLE color: 16220023.

HSL color Cylindrical-coordinate representation of color #777FF7: hue angle of 236.25º degrees, saturation: 0.89, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #777FF7 is Cyan = 0.52, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB 119 127 247 -
CMYK 0.52 0.49 0 0.03
HSL 236.25º 0.89% 0.72% -
HSV(B) 236.25º 0.52% 0.97% -
XYZ 31.99 25.82 91.29 -
YUV 138.29 189.35 114.24 -
System Red Green Blue C M Y K H S L
Decimal 119 127 247 0.52 0.49 0 0.03 236.25 0.89 0.72
Hex 77 7F F7 34 31 0 3 EC 59 48
Octal 167 177 367 64 61 0 3 354 131 110
Binary 1110111 1111111 11110111 110100 110001 0 11 11101100 1011001 1001000

Color Harmonies of #777FF7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777FF7

Black with #777FF7

Text Example


Text Example

White with #777FF7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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