Html Css Color HEX #705ECD Slate Blue

📋 copy color: '#705ECD'

red 112 ◦ green 94 ◦ blue 205

#705ECD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Slate Blue #705ECD

Tints of Slate Blue #705ECD

RGB

 RED value IS 112 (44.14% from 255) = 27.25%

 GREEN value IS 94 (37.11% from 255) = 22.87%

 BLUE value IS 205 (80.47% from 255) = 49.88%

R = 27.25%
G = 22.87%
B = 49.88%

CMYK

 C value IS 0.45

 M value IS 0.54

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#705ECD (or 0x705ECD) is known color: Slate Blue. HEX triplet: 70, 5E and CD. RGB value is (112,94,205). Sum of RGB (Red+Green+Blue) = 112+94+205=411 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.25% from 411); Green value is 94 (37.11% from 255 or 22.87% from 411); Blue value is 205 (80.47% from 255 or 49.88% from 411); Max value from RGB is 205 - color contains mainly: blue. Hex color #705ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705ECD is #8FA132. Grayscale: #6F6F6F. Windows color (decimal): -9412915 or 13459056. OLE color: 13459056.

HSL color Cylindrical-coordinate representation of color #705ECD: hue angle of 249.73º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #705ECD is Cyan = 0.45, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 112 94 205 -
CMYK 0.45 0.54 0 0.20
HSL 249.73º 0.53% 0.59% -
HSV(B) 249.73º 0.54% 0.8% -
XYZ 21.7 15.86 59.67 -
YUV 112.04 180.46 127.97 -
System Red Green Blue C M Y K H S L
Decimal 112 94 205 0.45 0.54 0 0.20 249.73 0.53 0.59
Hex 70 5E CD 2D 36 0 14 FA 35 3B
Octal 160 136 315 55 66 0 24 372 65 73
Binary 1110000 1011110 11001101 101101 110110 0 10100 11111010 110101 111011

Color Harmonies of #705ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705ECD

Black with #705ECD

Text Example


Text Example

White with #705ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #705ECD;
 }
 .AnyTagClassName
 {
   color: #705ECD;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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