Html Css Color HEX #776FFE Light Slate Blue

📋 copy color: '#776FFE'

red 119 ◦ green 111 ◦ blue 254

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

Shades of Light Slate Blue #776FFE

Tints of Light Slate Blue #776FFE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 22.93%

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

R = 24.59%
G = 22.93%
B = 52.48%

CMYK

 C value IS 0.53

 M value IS 0.56

 Y value IS 0

 K value IS 0.00

RGB Variations

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

Color information

#776FFE (or 0x776FFE) is known color: Light Slate Blue. HEX triplet: 77, 6F and FE. RGB value is (119,111,254). Sum of RGB (Red+Green+Blue) = 119+111+254=484 (64% of max value = 765). Red value is 119 (46.88% from 255 or 24.59% from 484); Green value is 111 (43.75% from 255 or 22.93% from 484); Blue value is 254 (99.61% from 255 or 52.48% from 484); Max value from RGB is 254 - color contains mainly: blue. Hex color #776FFE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #776FFE is #889001. Grayscale: #818181. Windows color (decimal): -8949762 or 16674679. OLE color: 16674679.

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

Color convert

RGB 119 111 254 -
CMYK 0.53 0.56 0 0.00
HSL 243.36º 0.99% 0.72% -
HSV(B) 243.36º 0.56% 1% -
XYZ 31.18 22.45 96.46 -
YUV 129.69 198.15 120.37 -
System Red Green Blue C M Y K H S L
Decimal 119 111 254 0.53 0.56 0 0.00 243.36 0.99 0.72
Hex 77 6F FE 35 38 0 0 F3 63 48
Octal 167 157 376 65 70 0 0 363 143 110
Binary 1110111 1101111 11111110 110101 111000 0 0 11110011 1100011 1001000

Color Harmonies of #776FFE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776FFE

Black with #776FFE

Text Example


Text Example

White with #776FFE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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