#755CCA

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

Shades of Slate Blue #755CCA

Tints of Slate Blue #755CCA

Color information

#755CCA (or 0x755CCA) is unknown color: approx Slate Blue. HEX triplet: 75, 5C and CA. RGB value is (117,92,202). Sum of RGB (Red+Green+Blue) = 117+92+202=411 (54% of max value = 765). Red value is 117 (46.09% from 255 or 28.47% from 411); Green value is 92 (36.33% from 255 or 22.38% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 202 - color contains mainly: blue. Hex color #755CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #755CCA is #8AA335. Grayscale: #6F6F6F. Windows color (decimal): -9085750 or 13261941. OLE color: 13261941.

HSL color Cylindrical-coordinate representation of color #755CCA: hue angle of 253.64º 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 #755CCA is Cyan = 0.42, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11792202-
CMYK0.420.5400.21
HSL253.64º50.93%57.65%-
HSV(B)253.64º54.46%79.22%-
XYZ21.8215.757.76-
YUV112.02178.78131.56-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 28.47%
GREEN value IS 92 (36.33% from 255) = 22.38%
BLUE value IS 202 (79.30% from 255) = 49.15%
R=28.47%
G=22.38%
B=49.15%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal117922020.420.5400.21253.6450.9357.65
Hex755CCA2A36015fe333a
Octal16513431252660253766372
Binary111010110111001100101010101011011001010111111110110011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #755CCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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