#705BC0

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

Shades of Slate Blue #705BC0

Tints of Slate Blue #705BC0

Color information

#705BC0 (or 0x705BC0) is unknown color: approx Slate Blue. HEX triplet: 70, 5B and C0. RGB value is (112,91,192). Sum of RGB (Red+Green+Blue) = 112+91+192=395 (52% of max value = 765). Red value is 112 (44.14% from 255 or 28.35% from 395); Green value is 91 (35.94% from 255 or 23.04% from 395); Blue value is 192 (75.39% from 255 or 48.61% from 395); Max value from RGB is 192 - color contains mainly: blue. Hex color #705BC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705BC0 is #8FA43F. Grayscale: #6C6C6C. Windows color (decimal): -9413696 or 12606320. OLE color: 12606320.

HSL color Cylindrical-coordinate representation of color #705BC0: hue angle of 252.48º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #705BC0 is Cyan = 0.42, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB11291192-
CMYK0.420.5300.25
HSL252.48º44.49%55.49%-
HSV(B)252.48º52.6%75.29%-
XYZ19.9414.7351.66-
YUV108.79174.96130.29-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 28.35%
GREEN value IS 91 (35.94% from 255) = 23.04%
BLUE value IS 192 (75.39% from 255) = 48.61%
R=28.35%
G=23.04%
B=48.61%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal112911920.420.5300.25252.4844.4955.49
Hex705BC02A35019fc2c37
Octal16013330052650313745467
Binary111000010110111100000010101011010101100111111100101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705BC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #705BC0; }

 p { color: rgb(112,91,192); }

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

<style>
 a { background-color: #705BC0; }

 a { background-color: rgb(112,91,192); }

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

<style>
 span { border-color: #705BC0; }

 span { border-color: rgb(112,91,192); }

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