#755CD2

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

Shades of Slate Blue #755CD2

Tints of Slate Blue #755CD2

Color information

#755CD2 (or 0x755CD2) is unknown color: approx Slate Blue. HEX triplet: 75, 5C and D2. RGB value is (117,92,210). Sum of RGB (Red+Green+Blue) = 117+92+210=419 (55% of max value = 765). Red value is 117 (46.09% from 255 or 27.92% from 419); Green value is 92 (36.33% from 255 or 21.96% from 419); Blue value is 210 (82.42% from 255 or 50.12% from 419); Max value from RGB is 210 - color contains mainly: blue. Hex color #755CD2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755CD2 is #8AA32D. Grayscale: #707070. Windows color (decimal): -9085742 or 13786229. OLE color: 13786229.

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

Color convert

RGB11792210-
CMYK0.440.5600.18
HSL252.71º56.73%59.22%-
HSV(B)252.71º56.19%82.35%-
XYZ22.816.0962.88-
YUV112.93182.78130.91-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 27.92%
GREEN value IS 92 (36.33% from 255) = 21.96%
BLUE value IS 210 (82.42% from 255) = 50.12%
R=27.92%
G=21.96%
B=50.12%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal117922100.440.5600.18252.7156.7359.22
Hex755CD22C38012fd393b
Octal16513432254700223757173
Binary111010110111001101001010110011100001001011111101111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755CD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #755CD2; }

 p { color: rgb(117,92,210); }

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

<style>
 a { background-color: #755CD2; }

 a { background-color: rgb(117,92,210); }

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

<style>
 span { border-color: #755CD2; }

 span { border-color: rgb(117,92,210); }

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