Html Css Color HEX #776DFF Light Slate Blue

📋 copy color: '#776DFF'

red 119 ◦ green 109 ◦ blue 255

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

Shades of Light Slate Blue #776DFF

Tints of Light Slate Blue #776DFF

RGB

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

 GREEN value IS 109 (42.97% from 255) = 22.57%

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

R = 24.64%
G = 22.57%
B = 52.8%

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

#776DFF (or 0x776DFF) is known color: Light Slate Blue. HEX triplet: 77, 6D and FF. RGB value is (119,109,255). Sum of RGB (Red+Green+Blue) = 119+109+255=483 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.64% from 483); Green value is 109 (42.97% from 255 or 22.57% from 483); Blue value is 255 (100% from 255 or 52.80% from 483); Max value from RGB is 255 - color contains mainly: blue. Hex color #776DFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #776DFF is #889200. Grayscale: #808080. Windows color (decimal): -8950273 or 16739703. OLE color: 16739703.

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

Color convert

RGB 119 109 255 -
CMYK 0.53 0.57 0 0
HSL 244.11º 1% 0.71% -
HSV(B) 244.11º 0.57% 1% -
XYZ 31.13 22.08 97.23 -
YUV 128.63 199.31 121.13 -
System Red Green Blue C M Y K H S L
Decimal 119 109 255 0.53 0.57 0 0 244.11 1 0.71
Hex 77 6D FF 35 39 0 0 F4 64 47
Octal 167 155 377 65 71 0 0 364 144 107
Binary 1110111 1101101 11111111 110101 111001 0 0 11110100 1100100 1000111

Color Harmonies of #776DFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776DFF

Black with #776DFF

Text Example


Text Example

White with #776DFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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