#775DDA

Color #775DDA Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #775DDA

Tints of Slate Blue #775DDA

Color information

#775DDA (or 0x775DDA) is unknown color: approx Slate Blue. HEX triplet: 77, 5D and DA. RGB value is (119,93,218). Sum of RGB (Red+Green+Blue) = 119+93+218=430 (56% of max value = 765). Red value is 119 (46.88% from 255 or 27.67% from 430); Green value is 93 (36.72% from 255 or 21.63% from 430); Blue value is 218 (85.55% from 255 or 50.70% from 430); Max value from RGB is 218 - color contains mainly: blue. Hex color #775DDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775DDA is #88A225. Grayscale: #727272. Windows color (decimal): -8954406 or 14310775. OLE color: 14310775.

HSL color Cylindrical-coordinate representation of color #775DDA: hue angle of 252.48º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #775DDA is Cyan = 0.45, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB11993218-
CMYK0.450.5700.15
HSL252.48º62.81%60.98%-
HSV(B)252.48º57.34%85.49%-
XYZ24.1816.8168.3-
YUV115.02186.11130.84-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 27.67%
GREEN value IS 93 (36.72% from 255) = 21.63%
BLUE value IS 218 (85.55% from 255) = 50.70%
R=27.67%
G=21.63%
B=50.70%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal119932180.450.5700.15252.4862.8160.98
Hex775DDA2D390Ffc3f3d
Octal16713533255710173747775
Binary11101111011101110110101011011110010111111111100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775DDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #775DDA; }

 p { color: rgb(119,93,218); }

 H1.HeaderClassName
 {
   color: #775DDA;
 }
 .AnyTagClassName
 {
   color: #775DDA;
 }
</style>
background-color css

<style>
 a { background-color: #775DDA; }

 a { background-color: rgb(119,93,218); }

 div.DivClassName
 {
   background-color: #775DDA;
 }
 .BgClassName
 {
   background-color: #775DDA;
 }
</style>
border-color css

<style>
 span { border-color: #775DDA; }

 span { border-color: rgb(119,93,218); }

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