#7055D4

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

Shades of Slate Blue #7055D4

Tints of Slate Blue #7055D4

Color information

#7055D4 (or 0x7055D4) is unknown color: approx Slate Blue. HEX triplet: 70, 55 and D4. RGB value is (112,85,212). Sum of RGB (Red+Green+Blue) = 112+85+212=409 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.38% from 409); Green value is 85 (33.59% from 255 or 20.78% from 409); Blue value is 212 (83.20% from 255 or 51.83% from 409); Max value from RGB is 212 - color contains mainly: blue. Hex color #7055D4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7055D4 is #8FAA2B. Grayscale: #6B6B6B. Windows color (decimal): -9415212 or 13915504. OLE color: 13915504.

HSL color Cylindrical-coordinate representation of color #7055D4: hue angle of 252.76º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7055D4 is Cyan = 0.47, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB11285212-
CMYK0.470.6000.17
HSL252.76º59.62%58.24%-
HSV(B)252.76º59.91%83.14%-
XYZ21.8114.763.97-
YUV107.55186.95131.17-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.38%
GREEN value IS 85 (33.59% from 255) = 20.78%
BLUE value IS 212 (83.20% from 255) = 51.83%
R=27.38%
G=20.78%
B=51.83%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal112852120.470.6000.17252.7659.6258.24
Hex7055D42F3C011fd3c3a
Octal16012532457740213757472
Binary111000010101011101010010111111110001000111111101111100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7055D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7055D4; }

 p { color: rgb(112,85,212); }

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

<style>
 a { background-color: #7055D4; }

 a { background-color: rgb(112,85,212); }

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

<style>
 span { border-color: #7055D4; }

 span { border-color: rgb(112,85,212); }

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