Html Css Color HEX #777FF6 Light Slate Blue

📋 copy color: '#777FF6'

red 119 ◦ green 127 ◦ blue 246

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

Shades of Light Slate Blue #777FF6

Tints of Light Slate Blue #777FF6

RGB

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

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

 BLUE value IS 246 (96.48% from 255) = 50%

R = 24.19%
G = 25.81%
B = 50%

CMYK

 C value IS 0.52

 M value IS 0.48

 Y value IS 0

 K value IS 0.04

RGB Variations

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

Color information

#777FF6 (or 0x777FF6) is known color: Light Slate Blue. HEX triplet: 77, 7F and F6. RGB value is (119,127,246). Sum of RGB (Red+Green+Blue) = 119+127+246=492 (65% of max value = 765). Red value is 119 (46.88% from 255 or 24.19% from 492); Green value is 127 (50% from 255 or 25.81% from 492); Blue value is 246 (96.48% from 255 or 50% from 492); Max value from RGB is 246 - color contains mainly: blue. Hex color #777FF6 is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #777FF6 is #888009. Grayscale: #898989. Windows color (decimal): -8945674 or 16154487. OLE color: 16154487.

HSL color Cylindrical-coordinate representation of color #777FF6: hue angle of 236.22º degrees, saturation: 0.88, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #777FF6 is Cyan = 0.52, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB 119 127 246 -
CMYK 0.52 0.48 0 0.04
HSL 236.22º 0.88% 0.72% -
HSV(B) 236.22º 0.52% 0.96% -
XYZ 31.83 25.75 90.48 -
YUV 138.17 188.85 114.32 -
System Red Green Blue C M Y K H S L
Decimal 119 127 246 0.52 0.48 0 0.04 236.22 0.88 0.72
Hex 77 7F F6 34 30 0 4 EC 58 48
Octal 167 177 366 64 60 0 4 354 130 110
Binary 1110111 1111111 11110110 110100 110000 0 100 11101100 1011000 1001000

Color Harmonies of #777FF6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #777FF6

Black with #777FF6

Text Example


Text Example

White with #777FF6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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