Html Css Color HEX #776EFF Light Slate Blue

📋 copy color: '#776EFF'

red 119 ◦ green 110 ◦ blue 255

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

Shades of Light Slate Blue #776EFF

Tints of Light Slate Blue #776EFF

RGB

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

 GREEN value IS 110 (43.36% from 255) = 22.73%

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

R = 24.59%
G = 22.73%
B = 52.69%

CMYK

 C value IS 0.53

 M value IS 0.57

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#776EFF (or 0x776EFF) is known color: Light Slate Blue. HEX triplet: 77, 6E and FF. RGB value is (119,110,255). Sum of RGB (Red+Green+Blue) = 119+110+255=484 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.59% from 484); Green value is 110 (43.36% from 255 or 22.73% from 484); Blue value is 255 (100% from 255 or 52.69% from 484); Max value from RGB is 255 - color contains mainly: blue. Hex color #776EFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #776EFF is #889100. Grayscale: #808080. Windows color (decimal): -8950017 or 16739959. OLE color: 16739959.

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

Color convert

RGB 119 110 255 -
CMYK 0.53 0.57 0 0
HSL 243.72º 1% 0.72% -
HSV(B) 243.72º 0.57% 1% -
XYZ 31.23 22.29 97.26 -
YUV 129.22 198.98 120.71 -
System Red Green Blue C M Y K H S L
Decimal 119 110 255 0.53 0.57 0 0 243.72 1 0.72
Hex 77 6E FF 35 39 0 0 F4 64 48
Octal 167 156 377 65 71 0 0 364 144 110
Binary 1110111 1101110 11111111 110101 111001 0 0 11110100 1100100 1001000

Color Harmonies of #776EFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776EFF

Black with #776EFF

Text Example


Text Example

White with #776EFF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #776EFF; }

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

 H1.HeaderClassName
 {
   color: #776EFF;
 }
 .AnyTagClassName
 {
   color: #776EFF;
 }
</style>

background-color css

<style>
 a { background-color: #776EFF; }

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

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

border-color css

<style>
 span { border-color: #776EFF; }

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

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