Html Css Color HEX #705ADF Slate Blue

📋 copy color: '#705ADF'

red 112 ◦ green 90 ◦ blue 223

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

Shades of Slate Blue #705ADF

Tints of Slate Blue #705ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 52.47%

R = 26.35%
G = 21.18%
B = 52.47%

CMYK

 C value IS 0.50

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#705ADF (or 0x705ADF) is known color: Slate Blue. HEX triplet: 70, 5A and DF. RGB value is (112,90,223). Sum of RGB (Red+Green+Blue) = 112+90+223=425 (56% of max value = 765). Red value is 112 (44.14% from 255 or 26.35% from 425); Green value is 90 (35.55% from 255 or 21.18% from 425); Blue value is 223 (87.5% from 255 or 52.47% from 425); Max value from RGB is 223 - color contains mainly: blue. Hex color #705ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705ADF is #8FA520. Grayscale: #6F6F6F. Windows color (decimal): -9413921 or 14637680. OLE color: 14637680.

HSL color Cylindrical-coordinate representation of color #705ADF: hue angle of 249.92º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #705ADF is Cyan = 0.50, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 90 223 -
CMYK 0.50 0.60 0 0.13
HSL 249.92º 0.68% 0.61% -
HSV(B) 249.92º 0.6% 0.87% -
XYZ 23.66 16.08 71.67 -
YUV 111.74 190.79 128.19 -
System Red Green Blue C M Y K H S L
Decimal 112 90 223 0.50 0.60 0 0.13 249.92 0.68 0.61
Hex 70 5A DF 32 3C 0 D FA 44 3D
Octal 160 132 337 62 74 0 15 372 104 75
Binary 1110000 1011010 11011111 110010 111100 0 1101 11111010 1000100 111101

Color Harmonies of #705ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705ADF

Black with #705ADF

Text Example


Text Example

White with #705ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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