Html Css Color HEX #706AEE Medium Slate Blue

📋 copy color: '#706AEE'

red 112 ◦ green 106 ◦ blue 238

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

Shades of Medium Slate Blue #706AEE

Tints of Medium Slate Blue #706AEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 52.19%

R = 24.56%
G = 23.25%
B = 52.19%

CMYK

 C value IS 0.53

 M value IS 0.55

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#706AEE (or 0x706AEE) is known color: Medium Slate Blue. HEX triplet: 70, 6A and EE. RGB value is (112,106,238). Sum of RGB (Red+Green+Blue) = 112+106+238=456 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.56% from 456); Green value is 106 (41.80% from 255 or 23.25% from 456); Blue value is 238 (93.36% from 255 or 52.19% from 456); Max value from RGB is 238 - color contains mainly: blue. Hex color #706AEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706AEE is #8F9511. Grayscale: #7A7A7A. Windows color (decimal): -9409810 or 15624816. OLE color: 15624816.

HSL color Cylindrical-coordinate representation of color #706AEE: hue angle of 242.73º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #706AEE is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 106 238 -
CMYK 0.53 0.55 0 0.07
HSL 242.73º 0.8% 0.67% -
HSV(B) 242.73º 0.55% 0.93% -
XYZ 27.27 19.93 83.3 -
YUV 122.84 192.99 120.27 -
System Red Green Blue C M Y K H S L
Decimal 112 106 238 0.53 0.55 0 0.07 242.73 0.8 0.67
Hex 70 6A EE 35 37 0 7 F3 50 43
Octal 160 152 356 65 67 0 7 363 120 103
Binary 1110000 1101010 11101110 110101 110111 0 111 11110011 1010000 1000011

Color Harmonies of #706AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706AEE

Black with #706AEE

Text Example


Text Example

White with #706AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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