#7055d7

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

Shades of Slate Blue #7055D7

Tints of Slate Blue #7055D7

Color information

#7055D7 (or 0x7055D7) is unknown color: approx Slate Blue. HEX triplet: 70, 55 and D7. RGB value is (112,85,215). Sum of RGB (Red+Green+Blue) = 112+85+215=412 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.18% from 412); Green value is 85 (33.59% from 255 or 20.63% from 412); Blue value is 215 (84.38% from 255 or 52.18% from 412); Max value from RGB is 215 - color contains mainly: blue. Hex color #7055D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7055D7 is #8FAA28. Grayscale: #6B6B6B. Windows color (decimal): -9415209 or 14112112. OLE color: 14112112.

HSL color Cylindrical-coordinate representation of color #7055D7: hue angle of 252.46º degrees, saturation: 0.62, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #7055D7 is Cyan = 0.48, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB11285215-
CMYK0.480.6000.16
HSL252.46º61.9%58.82%-
HSV(B)252.46º60.47%84.31%-
XYZ22.214.8565.99-
YUV107.89188.45130.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.18%
GREEN value IS 85 (33.59% from 255) = 20.63%
BLUE value IS 215 (84.38% from 255) = 52.18%
R=27.18%
G=20.63%
B=52.18%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal112852150.480.6000.16252.4661.958.82
Hex7055D7303C010fc3e3b
Octal16012532760740203747673
Binary111000010101011101011111000011110001000011111100111110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7055d7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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