Html Css Color HEX #776BFF Light Slate Blue

📋 copy color: '#776BFF'

red 119 ◦ green 107 ◦ blue 255

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

Shades of Light Slate Blue #776BFF

Tints of Light Slate Blue #776BFF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 22.25%

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

R = 24.74%
G = 22.25%
B = 53.01%

CMYK

 C value IS 0.53

 M value IS 0.58

 Y value IS 0

 K value IS 0

RGB Variations

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

Color information

#776BFF (or 0x776BFF) is known color: Light Slate Blue. HEX triplet: 77, 6B and FF. RGB value is (119,107,255). Sum of RGB (Red+Green+Blue) = 119+107+255=481 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.74% from 481); Green value is 107 (42.19% from 255 or 22.25% from 481); Blue value is 255 (100% from 255 or 53.01% from 481); Max value from RGB is 255 - color contains mainly: blue. Hex color #776BFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #776BFF is #889400. Grayscale: #7E7E7E. Windows color (decimal): -8950785 or 16739191. OLE color: 16739191.

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

Color convert

RGB 119 107 255 -
CMYK 0.53 0.58 0 0
HSL 244.86º 1% 0.71% -
HSV(B) 244.86º 0.58% 1% -
XYZ 30.92 21.66 97.16 -
YUV 127.46 199.98 121.97 -
System Red Green Blue C M Y K H S L
Decimal 119 107 255 0.53 0.58 0 0 244.86 1 0.71
Hex 77 6B FF 35 3A 0 0 F5 64 47
Octal 167 153 377 65 72 0 0 365 144 107
Binary 1110111 1101011 11111111 110101 111010 0 0 11110101 1100100 1000111

Color Harmonies of #776BFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776BFF

Black with #776BFF

Text Example


Text Example

White with #776BFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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