Html Css Color HEX #705ACB Slate Blue

📋 copy color: '#705ACB'

red 112 ◦ green 90 ◦ blue 203

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

Shades of Slate Blue #705ACB

Tints of Slate Blue #705ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.12%

R = 27.65%
G = 22.22%
B = 50.12%

CMYK

 C value IS 0.45

 M value IS 0.56

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#705ACB (or 0x705ACB) is known color: Slate Blue. HEX triplet: 70, 5A and CB. RGB value is (112,90,203). Sum of RGB (Red+Green+Blue) = 112+90+203=405 (53% of max value = 765). Red value is 112 (44.14% from 255 or 27.65% from 405); Green value is 90 (35.55% from 255 or 22.22% from 405); Blue value is 203 (79.69% from 255 or 50.12% from 405); Max value from RGB is 203 - color contains mainly: blue. Hex color #705ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705ACB is #8FA534. Grayscale: #6D6D6D. Windows color (decimal): -9413941 or 13326960. OLE color: 13326960.

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

Color convert

RGB 112 90 203 -
CMYK 0.45 0.56 0 0.20
HSL 251.68º 0.52% 0.57% -
HSV(B) 251.68º 0.56% 0.8% -
XYZ 21.12 15.07 58.3 -
YUV 109.46 180.79 129.81 -
System Red Green Blue C M Y K H S L
Decimal 112 90 203 0.45 0.56 0 0.20 251.68 0.52 0.57
Hex 70 5A CB 2D 38 0 14 FC 34 39
Octal 160 132 313 55 70 0 24 374 64 71
Binary 1110000 1011010 11001011 101101 111000 0 10100 11111100 110100 111001

Color Harmonies of #705ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705ACB

Black with #705ACB

Text Example


Text Example

White with #705ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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