#775DCA

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

Shades of Slate Blue #775DCA

Tints of Slate Blue #775DCA

Color information

#775DCA (or 0x775DCA) is unknown color: approx Slate Blue. HEX triplet: 77, 5D and CA. RGB value is (119,93,202). Sum of RGB (Red+Green+Blue) = 119+93+202=414 (54% of max value = 765). Red value is 119 (46.88% from 255 or 28.74% from 414); Green value is 93 (36.72% from 255 or 22.46% from 414); Blue value is 202 (79.30% from 255 or 48.79% from 414); Max value from RGB is 202 - color contains mainly: blue. Hex color #775DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775DCA is #88A235. Grayscale: #707070. Windows color (decimal): -8954422 or 13262199. OLE color: 13262199.

HSL color Cylindrical-coordinate representation of color #775DCA: hue angle of 254.31º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #775DCA is Cyan = 0.41, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11993202-
CMYK0.410.5400.21
HSL254.31º50.7%57.84%-
HSV(B)254.31º53.96%79.22%-
XYZ22.1816.0157.8-
YUV113.2178.11132.14-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.74%
GREEN value IS 93 (36.72% from 255) = 22.46%
BLUE value IS 202 (79.30% from 255) = 48.79%
R=28.74%
G=22.46%
B=48.79%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal119932020.410.5400.21254.3150.757.84
Hex775DCA2936015fe333a
Octal16713531251660253766372
Binary111011110111011100101010100111011001010111111110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775DCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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