#7D53CA

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

Shades of Slate Blue #7D53CA

Tints of Slate Blue #7D53CA

Color information

#7D53CA (or 0x7D53CA) is unknown color: approx Slate Blue. HEX triplet: 7D, 53 and CA. RGB value is (125,83,202). Sum of RGB (Red+Green+Blue) = 125+83+202=410 (54% of max value = 765). Red value is 125 (49.22% from 255 or 30.49% from 410); Green value is 83 (32.81% from 255 or 20.24% from 410); Blue value is 202 (79.30% from 255 or 49.27% from 410); Max value from RGB is 202 - color contains mainly: blue. Hex color #7D53CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D53CA is #82AC35. Grayscale: #6C6C6C. Windows color (decimal): -8563766 or 13259645. OLE color: 13259645.

HSL color Cylindrical-coordinate representation of color #7D53CA: hue angle of 261.18º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #7D53CA is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB12583202-
CMYK0.380.5900.21
HSL261.18º52.89%55.88%-
HSV(B)261.18º58.91%79.22%-
XYZ22.2114.8157.57-
YUV109.12180.41139.32-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 30.49%
GREEN value IS 83 (32.81% from 255) = 20.24%
BLUE value IS 202 (79.30% from 255) = 49.27%
R=30.49%
G=20.24%
B=49.27%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal125832020.380.5900.21261.1852.8955.88
Hex7D53CA263B0151053538
Octal17512331246730254056570
Binary1111101101001111001010100110111011010101100000101110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D53CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7D53CA; }

 p { color: rgb(125,83,202); }

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

<style>
 a { background-color: #7D53CA; }

 a { background-color: rgb(125,83,202); }

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

<style>
 span { border-color: #7D53CA; }

 span { border-color: rgb(125,83,202); }

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