#7550CA

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

Shades of Slate Blue #7550CA

Tints of Slate Blue #7550CA

Color information

#7550CA (or 0x7550CA) is unknown color: approx Slate Blue. HEX triplet: 75, 50 and CA. RGB value is (117,80,202). Sum of RGB (Red+Green+Blue) = 117+80+202=399 (52% of max value = 765). Red value is 117 (46.09% from 255 or 29.32% from 399); Green value is 80 (31.64% from 255 or 20.05% from 399); Blue value is 202 (79.30% from 255 or 50.63% from 399); Max value from RGB is 202 - color contains mainly: blue. Hex color #7550CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7550CA is #8AAF35. Grayscale: #686868. Windows color (decimal): -9088822 or 13258869. OLE color: 13258869.

HSL color Cylindrical-coordinate representation of color #7550CA: hue angle of 258.2º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7550CA is Cyan = 0.42, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB11780202-
CMYK0.420.6000.21
HSL258.2º53.51%55.29%-
HSV(B)258.2º60.4%79.22%-
XYZ20.8713.7857.44-
YUV104.97182.76136.58-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 29.32%
GREEN value IS 80 (31.64% from 255) = 20.05%
BLUE value IS 202 (79.30% from 255) = 50.63%
R=29.32%
G=20.05%
B=50.63%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal117802020.420.6000.21258.253.5155.29
Hex7550CA2A3C0151023637
Octal16512031252740254026667
Binary1110101101000011001010101010111100010101100000010110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7550CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7550CA; }

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

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

<style>
 a { background-color: #7550CA; }

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

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

<style>
 span { border-color: #7550CA; }

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

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