Html Css Color HEX #705AD5 Slate Blue

📋 copy color: '#705AD5'

red 112 ◦ green 90 ◦ blue 213

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

Shades of Slate Blue #705AD5

Tints of Slate Blue #705AD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 51.33%

R = 26.99%
G = 21.69%
B = 51.33%

CMYK

 C value IS 0.47

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#705AD5 (or 0x705AD5) is known color: Slate Blue. HEX triplet: 70, 5A and D5. RGB value is (112,90,213). Sum of RGB (Red+Green+Blue) = 112+90+213=415 (54% of max value = 765). Red value is 112 (44.14% from 255 or 26.99% from 415); Green value is 90 (35.55% from 255 or 21.69% from 415); Blue value is 213 (83.59% from 255 or 51.33% from 415); Max value from RGB is 213 - color contains mainly: blue. Hex color #705AD5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705AD5 is #8FA52A. Grayscale: #6E6E6E. Windows color (decimal): -9413931 or 13982320. OLE color: 13982320.

HSL color Cylindrical-coordinate representation of color #705AD5: hue angle of 250.73º degrees, saturation: 0.59, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #705AD5 is Cyan = 0.47, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 112 90 213 -
CMYK 0.47 0.58 0 0.16
HSL 250.73º 0.59% 0.59% -
HSV(B) 250.73º 0.58% 0.84% -
XYZ 22.35 15.56 64.78 -
YUV 110.6 185.79 129 -
System Red Green Blue C M Y K H S L
Decimal 112 90 213 0.47 0.58 0 0.16 250.73 0.59 0.59
Hex 70 5A D5 2F 3A 0 10 FB 3B 3B
Octal 160 132 325 57 72 0 20 373 73 73
Binary 1110000 1011010 11010101 101111 111010 0 10000 11111011 111011 111011

Color Harmonies of #705AD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705AD5

Black with #705AD5

Text Example


Text Example

White with #705AD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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