Html Css Color HEX #705ED5 Slate Blue

📋 copy color: '#705ED5'

red 112 ◦ green 94 ◦ blue 213

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

Shades of Slate Blue #705ED5

Tints of Slate Blue #705ED5

RGB

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

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

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

R = 26.73%
G = 22.43%
B = 50.84%

CMYK

 C value IS 0.47

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#705ED5 (or 0x705ED5) is known color: Slate Blue. HEX triplet: 70, 5E and D5. RGB value is (112,94,213). Sum of RGB (Red+Green+Blue) = 112+94+213=419 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.73% from 419); Green value is 94 (37.11% from 255 or 22.43% from 419); Blue value is 213 (83.59% from 255 or 50.84% from 419); Max value from RGB is 213 - color contains mainly: blue. Hex color #705ED5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705ED5 is #8FA12A. Grayscale: #707070. Windows color (decimal): -9412907 or 13983344. OLE color: 13983344.

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

Color convert

RGB 112 94 213 -
CMYK 0.47 0.56 0 0.16
HSL 249.08º 0.59% 0.6% -
HSV(B) 249.08º 0.56% 0.84% -
XYZ 22.7 16.25 64.89 -
YUV 112.95 184.46 127.32 -
System Red Green Blue C M Y K H S L
Decimal 112 94 213 0.47 0.56 0 0.16 249.08 0.59 0.6
Hex 70 5E D5 2F 38 0 10 F9 3B 3C
Octal 160 136 325 57 70 0 20 371 73 74
Binary 1110000 1011110 11010101 101111 111000 0 10000 11111001 111011 111100

Color Harmonies of #705ED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705ED5

Black with #705ED5

Text Example


Text Example

White with #705ED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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