Html Css Color HEX #705ADC Slate Blue

📋 copy color: '#705ADC'

red 112 ◦ green 90 ◦ blue 220

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

Shades of Slate Blue #705ADC

Tints of Slate Blue #705ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 52.13%

R = 26.54%
G = 21.33%
B = 52.13%

CMYK

 C value IS 0.49

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#705ADC (or 0x705ADC) is known color: Slate Blue. HEX triplet: 70, 5A and DC. RGB value is (112,90,220). Sum of RGB (Red+Green+Blue) = 112+90+220=422 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.54% from 422); Green value is 90 (35.55% from 255 or 21.33% from 422); Blue value is 220 (86.33% from 255 or 52.13% from 422); Max value from RGB is 220 - color contains mainly: blue. Hex color #705ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705ADC is #8FA523. Grayscale: #6E6E6E. Windows color (decimal): -9413924 or 14441072. OLE color: 14441072.

HSL color Cylindrical-coordinate representation of color #705ADC: hue angle of 250.15º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #705ADC is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 90 220 -
CMYK 0.49 0.59 0 0.14
HSL 250.15º 0.65% 0.61% -
HSV(B) 250.15º 0.59% 0.86% -
XYZ 23.26 15.92 69.56 -
YUV 111.4 189.29 128.43 -
System Red Green Blue C M Y K H S L
Decimal 112 90 220 0.49 0.59 0 0.14 250.15 0.65 0.61
Hex 70 5A DC 31 3B 0 E FA 41 3D
Octal 160 132 334 61 73 0 16 372 101 75
Binary 1110000 1011010 11011100 110001 111011 0 1110 11111010 1000001 111101

Color Harmonies of #705ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705ADC

Black with #705ADC

Text Example


Text Example

White with #705ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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