#705CCF

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

Shades of Slate Blue #705CCF

Tints of Slate Blue #705CCF

Color information

#705CCF (or 0x705CCF) is unknown color: approx Slate Blue. HEX triplet: 70, 5C and CF. RGB value is (112,92,207). Sum of RGB (Red+Green+Blue) = 112+92+207=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 92 (36.33% from 255 or 22.38% from 411); Blue value is 207 (81.25% from 255 or 50.36% from 411); Max value from RGB is 207 - color contains mainly: blue. Hex color #705CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705CCF is #8FA330. Grayscale: #6E6E6E. Windows color (decimal): -9413425 or 13589616. OLE color: 13589616.

HSL color Cylindrical-coordinate representation of color #705CCF: hue angle of 250.43º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #705CCF is Cyan = 0.46, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB11292207-
CMYK0.460.5600.19
HSL250.43º54.5%58.63%-
HSV(B)250.43º55.56%81.18%-
XYZ21.7715.660.9-
YUV111.09182.13128.65-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 27.25%
GREEN value IS 92 (36.33% from 255) = 22.38%
BLUE value IS 207 (81.25% from 255) = 50.36%
R=27.25%
G=22.38%
B=50.36%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal112922070.460.5600.19250.4354.558.63
Hex705CCF2E38013fa373b
Octal16013431756700233726773
Binary111000010111001100111110111011100001001111111010110111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #705CCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(112,92,207); }

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

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

 a { background-color: rgb(112,92,207); }

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

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

 span { border-color: rgb(112,92,207); }

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