Html Css Color HEX #705ACE Slate Blue

📋 copy color: '#705ACE'

red 112 ◦ green 90 ◦ blue 206

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

Shades of Slate Blue #705ACE

Tints of Slate Blue #705ACE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.06%

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

R = 27.45%
G = 22.06%
B = 50.49%

CMYK

 C value IS 0.46

 M value IS 0.56

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#705ACE (or 0x705ACE) is known color: Slate Blue. HEX triplet: 70, 5A and CE. RGB value is (112,90,206). Sum of RGB (Red+Green+Blue) = 112+90+206=408 (54% of max value = 765). Red value is 112 (44.14% from 255 or 27.45% from 408); Green value is 90 (35.55% from 255 or 22.06% from 408); Blue value is 206 (80.86% from 255 or 50.49% from 408); Max value from RGB is 206 - color contains mainly: blue. Hex color #705ACE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705ACE is #8FA531. Grayscale: #6D6D6D. Windows color (decimal): -9413938 or 13523568. OLE color: 13523568.

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

Color convert

RGB 112 90 206 -
CMYK 0.46 0.56 0 0.19
HSL 251.38º 0.54% 0.58% -
HSV(B) 251.38º 0.56% 0.81% -
XYZ 21.48 15.21 60.2 -
YUV 109.8 182.29 129.57 -
System Red Green Blue C M Y K H S L
Decimal 112 90 206 0.46 0.56 0 0.19 251.38 0.54 0.58
Hex 70 5A CE 2E 38 0 13 FB 36 3A
Octal 160 132 316 56 70 0 23 373 66 72
Binary 1110000 1011010 11001110 101110 111000 0 10011 11111011 110110 111010

Color Harmonies of #705ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705ACE

Black with #705ACE

Text Example


Text Example

White with #705ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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