#704CCD

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

Shades of Slate Blue #704CCD

Tints of Slate Blue #704CCD

Color information

#704CCD (or 0x704CCD) is unknown color: approx Slate Blue. HEX triplet: 70, 4C and CD. RGB value is (112,76,205). Sum of RGB (Red+Green+Blue) = 112+76+205=393 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.50% from 393); Green value is 76 (30.08% from 255 or 19.34% from 393); Blue value is 205 (80.47% from 255 or 52.16% from 393); Max value from RGB is 205 - color contains mainly: blue. Hex color #704CCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #704CCD is #8FB332. Grayscale: #646464. Windows color (decimal): -9417523 or 13454448. OLE color: 13454448.

HSL color Cylindrical-coordinate representation of color #704CCD: hue angle of 256.74º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #704CCD is Cyan = 0.45, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB11276205-
CMYK0.450.6300.20
HSL256.74º56.33%55.1%-
HSV(B)256.74º62.93%80.39%-
XYZ20.2913.0259.2-
YUV101.47186.43135.51-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.50%
GREEN value IS 76 (30.08% from 255) = 19.34%
BLUE value IS 205 (80.47% from 255) = 52.16%
R=28.50%
G=19.34%
B=52.16%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal112762050.450.6300.20256.7456.3355.1
Hex704CCD2D3F0141013837
Octal16011431555770244017067
Binary1110000100110011001101101101111111010100100000001111000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #704CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #704CCD; }

 p { color: rgb(112,76,205); }

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

<style>
 a { background-color: #704CCD; }

 a { background-color: rgb(112,76,205); }

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

<style>
 span { border-color: #704CCD; }

 span { border-color: rgb(112,76,205); }

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