Html Css Color HEX #776CFF Light Slate Blue

📋 copy color: '#776CFF'

red 119 ◦ green 108 ◦ blue 255

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

Shades of Light Slate Blue #776CFF

Tints of Light Slate Blue #776CFF

RGB

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

 GREEN value IS 108 (42.58% from 255) = 22.41%

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

R = 24.69%
G = 22.41%
B = 52.9%

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

#776CFF (or 0x776CFF) is known color: Light Slate Blue. HEX triplet: 77, 6C and FF. RGB value is (119,108,255). Sum of RGB (Red+Green+Blue) = 119+108+255=482 (63% of max value = 765). Red value is 119 (46.88% from 255 or 24.69% from 482); Green value is 108 (42.58% from 255 or 22.41% from 482); Blue value is 255 (100% from 255 or 52.90% from 482); Max value from RGB is 255 - color contains mainly: blue. Hex color #776CFF is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #776CFF is #889300. Grayscale: #7F7F7F. Windows color (decimal): -8950529 or 16739447. OLE color: 16739447.

HSL color Cylindrical-coordinate representation of color #776CFF: hue angle of 244.49º 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 #776CFF is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB 119 108 255 -
CMYK 0.53 0.58 0 0
HSL 244.49º 1% 0.71% -
HSV(B) 244.49º 0.58% 1% -
XYZ 31.02 21.87 97.19 -
YUV 128.05 199.64 121.55 -
System Red Green Blue C M Y K H S L
Decimal 119 108 255 0.53 0.58 0 0 244.49 1 0.71
Hex 77 6C FF 35 3A 0 0 F4 64 47
Octal 167 154 377 65 72 0 0 364 144 107
Binary 1110111 1101100 11111111 110101 111010 0 0 11110100 1100100 1000111

Color Harmonies of #776CFF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #776CFF

Black with #776CFF

Text Example


Text Example

White with #776CFF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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