Html Css Color HEX #705AD6 Slate Blue

📋 copy color: '#705AD6'

red 112 ◦ green 90 ◦ blue 214

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

Shades of Slate Blue #705AD6

Tints of Slate Blue #705AD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 51.44%

R = 26.92%
G = 21.63%
B = 51.44%

CMYK

 C value IS 0.48

 M value IS 0.58

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#705AD6 (or 0x705AD6) is known color: Slate Blue. HEX triplet: 70, 5A and D6. RGB value is (112,90,214). Sum of RGB (Red+Green+Blue) = 112+90+214=416 (55% of max value = 765). Red value is 112 (44.14% from 255 or 26.92% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 214 (83.98% from 255 or 51.44% from 416); Max value from RGB is 214 - color contains mainly: blue. Hex color #705AD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #705AD6 is #8FA529. Grayscale: #6E6E6E. Windows color (decimal): -9413930 or 14047856. OLE color: 14047856.

HSL color Cylindrical-coordinate representation of color #705AD6: hue angle of 250.65º degrees, saturation: 0.6, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #705AD6 is Cyan = 0.48, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 112 90 214 -
CMYK 0.48 0.58 0 0.16
HSL 250.65º 0.6% 0.6% -
HSV(B) 250.65º 0.58% 0.84% -
XYZ 22.48 15.61 65.45 -
YUV 110.71 186.29 128.92 -
System Red Green Blue C M Y K H S L
Decimal 112 90 214 0.48 0.58 0 0.16 250.65 0.6 0.6
Hex 70 5A D6 30 3A 0 10 FB 3C 3C
Octal 160 132 326 60 72 0 20 373 74 74
Binary 1110000 1011010 11010110 110000 111010 0 10000 11111011 111100 111100

Color Harmonies of #705AD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #705AD6

Black with #705AD6

Text Example


Text Example

White with #705AD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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