Html Css Color HEX #776BFE Light Slate Blue

📋 copy color: '#776BFE'

red 119 ◦ green 107 ◦ blue 254

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

Shades of Light Slate Blue #776BFE

Tints of Light Slate Blue #776BFE

RGB

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

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

 BLUE value IS 254 (99.61% from 255) = 52.92%

R = 24.79%
G = 22.29%
B = 52.92%

CMYK

 C value IS 0.53

 M value IS 0.58

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#776BFE (or 0x776BFE) is known color: Light Slate Blue. HEX triplet: 77, 6B and FE. RGB value is (119,107,254). Sum of RGB (Red+Green+Blue) = 119+107+254=480 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.79% from 480); Green value is 107 (42.19% from 255 or 22.29% from 480); Blue value is 254 (99.61% from 255 or 52.92% from 480); Max value from RGB is 254 - color contains mainly: blue. Hex color #776BFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #776BFE is #889401. Grayscale: #7E7E7E. Windows color (decimal): -8950786 or 16673655. OLE color: 16673655.

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

Color convert

RGB 119 107 254 -
CMYK 0.53 0.58 0 0.00
HSL 244.9º 0.99% 0.71% -
HSV(B) 244.9º 0.58% 1% -
XYZ 30.75 21.59 96.31 -
YUV 127.35 199.48 122.05 -
System Red Green Blue C M Y K H S L
Decimal 119 107 254 0.53 0.58 0 0.00 244.9 0.99 0.71
Hex 77 6B FE 35 3A 0 0 F5 63 47
Octal 167 153 376 65 72 0 0 365 143 107
Binary 1110111 1101011 11111110 110101 111010 0 0 11110101 1100011 1000111

Color Harmonies of #776BFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776BFE

Black with #776BFE

Text Example


Text Example

White with #776BFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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