Html Css Color HEX #705ADD Slate Blue

📋 copy color: '#705ADD'

red 112 ◦ green 90 ◦ blue 221

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

Shades of Slate Blue #705ADD

Tints of Slate Blue #705ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 52.25%

R = 26.48%
G = 21.28%
B = 52.25%

CMYK

 C value IS 0.49

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#705ADD (or 0x705ADD) is known color: Slate Blue. HEX triplet: 70, 5A and DD. RGB value is (112,90,221). Sum of RGB (Red+Green+Blue) = 112+90+221=423 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.48% from 423); Green value is 90 (35.55% from 255 or 21.28% from 423); Blue value is 221 (86.72% from 255 or 52.25% from 423); Max value from RGB is 221 - color contains mainly: blue. Hex color #705ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705ADD is #8FA522. Grayscale: #6F6F6F. Windows color (decimal): -9413923 or 14506608. OLE color: 14506608.

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

Color convert

RGB 112 90 221 -
CMYK 0.49 0.59 0 0.13
HSL 250.08º 0.66% 0.61% -
HSV(B) 250.08º 0.59% 0.87% -
XYZ 23.39 15.98 70.26 -
YUV 111.51 189.79 128.35 -
System Red Green Blue C M Y K H S L
Decimal 112 90 221 0.49 0.59 0 0.13 250.08 0.66 0.61
Hex 70 5A DD 31 3B 0 D FA 42 3D
Octal 160 132 335 61 73 0 15 372 102 75
Binary 1110000 1011010 11011101 110001 111011 0 1101 11111010 1000010 111101

Color Harmonies of #705ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705ADD

Black with #705ADD

Text Example


Text Example

White with #705ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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