Html Css Color HEX #706AE4 Medium Slate Blue

📋 copy color: '#706AE4'

red 112 ◦ green 106 ◦ blue 228

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

Shades of Medium Slate Blue #706AE4

Tints of Medium Slate Blue #706AE4

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.77%

 BLUE value IS 228 (89.45% from 255) = 51.12%

R = 25.11%
G = 23.77%
B = 51.12%

CMYK

 C value IS 0.51

 M value IS 0.54

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#706AE4 (or 0x706AE4) is known color: Medium Slate Blue. HEX triplet: 70, 6A and E4. RGB value is (112,106,228). Sum of RGB (Red+Green+Blue) = 112+106+228=446 (59% of max value = 765). Red value is 112 (44.14% from 255 or 25.11% from 446); Green value is 106 (41.80% from 255 or 23.77% from 446); Blue value is 228 (89.45% from 255 or 51.12% from 446); Max value from RGB is 228 - color contains mainly: blue. Hex color #706AE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #706AE4 is #8F951B. Grayscale: #797979. Windows color (decimal): -9409820 or 14969456. OLE color: 14969456.

HSL color Cylindrical-coordinate representation of color #706AE4: hue angle of 242.95º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #706AE4 is Cyan = 0.51, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 112 106 228 -
CMYK 0.51 0.54 0 0.11
HSL 242.95º 0.69% 0.65% -
HSV(B) 242.95º 0.54% 0.89% -
XYZ 25.84 19.35 75.77 -
YUV 121.7 187.99 121.08 -
System Red Green Blue C M Y K H S L
Decimal 112 106 228 0.51 0.54 0 0.11 242.95 0.69 0.65
Hex 70 6A E4 33 36 0 B F3 45 41
Octal 160 152 344 63 66 0 13 363 105 101
Binary 1110000 1101010 11100100 110011 110110 0 1011 11110011 1000101 1000001

Color Harmonies of #706AE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706AE4

Black with #706AE4

Text Example


Text Example

White with #706AE4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #706AE4; }

 p { color: rgb(112,106,228); }

 H1.HeaderClassName
 {
   color: #706AE4;
 }
 .AnyTagClassName
 {
   color: #706AE4;
 }
</style>

background-color css

<style>
 a { background-color: #706AE4; }

 a { background-color: rgb(112,106,228); }

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

border-color css

<style>
 span { border-color: #706AE4; }

 span { border-color: rgb(112,106,228); }

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