#7D62CA

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

Shades of Slate Blue #7D62CA

Tints of Slate Blue #7D62CA

Color information

#7D62CA (or 0x7D62CA) is unknown color: approx Slate Blue. HEX triplet: 7D, 62 and CA. RGB value is (125,98,202). Sum of RGB (Red+Green+Blue) = 125+98+202=425 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.41% from 425); Green value is 98 (38.67% from 255 or 23.06% from 425); Blue value is 202 (79.30% from 255 or 47.53% from 425); Max value from RGB is 202 - color contains mainly: blue. Hex color #7D62CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D62CA is #829D35. Grayscale: #757575. Windows color (decimal): -8559926 or 13263485. OLE color: 13263485.

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

Color convert

RGB12598202-
CMYK0.380.5100.21
HSL255.58º49.52%58.82%-
HSV(B)255.58º51.49%79.22%-
XYZ23.4917.3657.99-
YUV117.93175.45133.04-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.41%
GREEN value IS 98 (38.67% from 255) = 23.06%
BLUE value IS 202 (79.30% from 255) = 47.53%
R=29.41%
G=23.06%
B=47.53%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal125982020.380.5100.21255.5849.5258.82
Hex7D62CA2633015100323b
Octal17514231246630254006273
Binary1111101110001011001010100110110011010101100000000110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D62CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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