Html Css Color HEX #705ADB Slate Blue

📋 copy color: '#705ADB'

red 112 ◦ green 90 ◦ blue 219

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

Shades of Slate Blue #705ADB

Tints of Slate Blue #705ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 52.02%

R = 26.6%
G = 21.38%
B = 52.02%

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

#705ADB (or 0x705ADB) is known color: Slate Blue. HEX triplet: 70, 5A and DB. RGB value is (112,90,219). Sum of RGB (Red+Green+Blue) = 112+90+219=421 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.60% from 421); Green value is 90 (35.55% from 255 or 21.38% from 421); Blue value is 219 (85.94% from 255 or 52.02% from 421); Max value from RGB is 219 - color contains mainly: blue. Hex color #705ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705ADB is #8FA524. Grayscale: #6E6E6E. Windows color (decimal): -9413925 or 14375536. OLE color: 14375536.

HSL color Cylindrical-coordinate representation of color #705ADB: hue angle of 250.23º degrees, saturation: 0.64, 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 #705ADB is Cyan = 0.49, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 112 90 219 -
CMYK 0.49 0.59 0 0.14
HSL 250.23º 0.64% 0.61% -
HSV(B) 250.23º 0.59% 0.86% -
XYZ 23.12 15.87 68.86 -
YUV 111.28 188.79 128.51 -
System Red Green Blue C M Y K H S L
Decimal 112 90 219 0.49 0.59 0 0.14 250.23 0.64 0.61
Hex 70 5A DB 31 3B 0 E FA 40 3D
Octal 160 132 333 61 73 0 16 372 100 75
Binary 1110000 1011010 11011011 110001 111011 0 1110 11111010 1000000 111101

Color Harmonies of #705ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705ADB

Black with #705ADB

Text Example


Text Example

White with #705ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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