Html Css Color HEX #705ADA Slate Blue

📋 copy color: '#705ADA'

red 112 ◦ green 90 ◦ blue 218

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

Shades of Slate Blue #705ADA

Tints of Slate Blue #705ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 51.9%

R = 26.67%
G = 21.43%
B = 51.9%

CMYK

 C value IS 0.49

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#705ADA (or 0x705ADA) is known color: Slate Blue. HEX triplet: 70, 5A and DA. RGB value is (112,90,218). Sum of RGB (Red+Green+Blue) = 112+90+218=420 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.67% from 420); Green value is 90 (35.55% from 255 or 21.43% from 420); Blue value is 218 (85.55% from 255 or 51.90% from 420); Max value from RGB is 218 - color contains mainly: blue. Hex color #705ADA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705ADA is #8FA525. Grayscale: #6E6E6E. Windows color (decimal): -9413926 or 14310000. OLE color: 14310000.

HSL color Cylindrical-coordinate representation of color #705ADA: hue angle of 250.31º degrees, saturation: 0.63, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #705ADA is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 112 90 218 -
CMYK 0.49 0.59 0 0.15
HSL 250.31º 0.63% 0.6% -
HSV(B) 250.31º 0.59% 0.85% -
XYZ 22.99 15.82 68.17 -
YUV 111.17 188.29 128.59 -
System Red Green Blue C M Y K H S L
Decimal 112 90 218 0.49 0.59 0 0.15 250.31 0.63 0.6
Hex 70 5A DA 31 3B 0 F FA 3F 3C
Octal 160 132 332 61 73 0 17 372 77 74
Binary 1110000 1011010 11011010 110001 111011 0 1111 11111010 111111 111100

Color Harmonies of #705ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705ADA

Black with #705ADA

Text Example


Text Example

White with #705ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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