#7D62CC

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

Shades of Slate Blue #7D62CC

Tints of Slate Blue #7D62CC

Color information

#7D62CC (or 0x7D62CC) is unknown color: approx Slate Blue. HEX triplet: 7D, 62 and CC. RGB value is (125,98,204). Sum of RGB (Red+Green+Blue) = 125+98+204=427 (56% of max value = 765). Red value is 125 (49.22% from 255 or 29.27% from 427); Green value is 98 (38.67% from 255 or 22.95% from 427); Blue value is 204 (80.08% from 255 or 47.78% from 427); Max value from RGB is 204 - color contains mainly: blue. Hex color #7D62CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7D62CC is #829D33. Grayscale: #757575. Windows color (decimal): -8559924 or 13394557. OLE color: 13394557.

HSL color Cylindrical-coordinate representation of color #7D62CC: hue angle of 255.28º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #7D62CC is Cyan = 0.39, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB12598204-
CMYK0.390.5200.2
HSL255.28º50.96%59.22%-
HSV(B)255.28º51.96%80%-
XYZ23.7217.4559.25-
YUV118.16176.45132.88-

RGB Variations

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

RGB

RED value IS 125 (49.22% from 255) = 29.27%
GREEN value IS 98 (38.67% from 255) = 22.95%
BLUE value IS 204 (80.08% from 255) = 47.78%
R=29.27%
G=22.95%
B=47.78%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal125982040.390.5200.2255.2850.9659.22
Hex7D62CC2734014ff333b
Octal17514231447640243776373
Binary111110111000101100110010011111010001010011111111110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7D62CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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