#775CD3

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

Shades of Slate Blue #775CD3

Tints of Slate Blue #775CD3

Color information

#775CD3 (or 0x775CD3) is unknown color: approx Slate Blue. HEX triplet: 77, 5C and D3. RGB value is (119,92,211). Sum of RGB (Red+Green+Blue) = 119+92+211=422 (55% of max value = 765). Red value is 119 (46.88% from 255 or 28.20% from 422); Green value is 92 (36.33% from 255 or 21.80% from 422); Blue value is 211 (82.81% from 255 or 50% from 422); Max value from RGB is 211 - color contains mainly: blue. Hex color #775CD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #775CD3 is #88A32C. Grayscale: #717171. Windows color (decimal): -8954669 or 13851767. OLE color: 13851767.

HSL color Cylindrical-coordinate representation of color #775CD3: hue angle of 253.61º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #775CD3 is Cyan = 0.44, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB11992211-
CMYK0.440.5600.17
HSL253.61º57.49%59.41%-
HSV(B)253.61º56.4%82.75%-
XYZ23.1916.2863.55-
YUV113.64182.95131.82-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 28.20%
GREEN value IS 92 (36.33% from 255) = 21.80%
BLUE value IS 211 (82.81% from 255) = 50%
R=28.20%
G=21.80%
B=50%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal119922110.440.5600.17253.6157.4959.41
Hex775CD32C38011fe393b
Octal16713432354700213767173
Binary111011110111001101001110110011100001000111111110111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #775CD3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(119,92,211); }

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

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

 a { background-color: rgb(119,92,211); }

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

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

 span { border-color: rgb(119,92,211); }

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