Html Css Color HEX #705FCE Slate Blue

📋 copy color: '#705FCE'

red 112 ◦ green 95 ◦ blue 206

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

Shades of Slate Blue #705FCE

Tints of Slate Blue #705FCE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 23%

 BLUE value IS 206 (80.86% from 255) = 49.88%

R = 27.12%
G = 23%
B = 49.88%

CMYK

 C value IS 0.46

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#705FCE (or 0x705FCE) is known color: Slate Blue. HEX triplet: 70, 5F and CE. RGB value is (112,95,206). Sum of RGB (Red+Green+Blue) = 112+95+206=413 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.12% from 413); Green value is 95 (37.5% from 255 or 23.00% from 413); Blue value is 206 (80.86% from 255 or 49.88% from 413); Max value from RGB is 206 - color contains mainly: blue. Hex color #705FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705FCE is #8FA031. Grayscale: #707070. Windows color (decimal): -9412658 or 13524848. OLE color: 13524848.

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

Color convert

RGB 112 95 206 -
CMYK 0.46 0.54 0 0.19
HSL 249.19º 0.53% 0.59% -
HSV(B) 249.19º 0.54% 0.81% -
XYZ 21.91 16.09 60.34 -
YUV 112.74 180.63 127.47 -
System Red Green Blue C M Y K H S L
Decimal 112 95 206 0.46 0.54 0 0.19 249.19 0.53 0.59
Hex 70 5F CE 2E 36 0 13 F9 35 3B
Octal 160 137 316 56 66 0 23 371 65 73
Binary 1110000 1011111 11001110 101110 110110 0 10011 11111001 110101 111011

Color Harmonies of #705FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705FCE

Black with #705FCE

Text Example


Text Example

White with #705FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,95,206); }

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

background-color css

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

 a { background-color: rgb(112,95,206); }

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

border-color css

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

 span { border-color: rgb(112,95,206); }

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