Html Css Color HEX #706BEA Medium Slate Blue

📋 copy color: '#706BEA'

red 112 ◦ green 107 ◦ blue 234

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

Shades of Medium Slate Blue #706BEA

Tints of Medium Slate Blue #706BEA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.62%

 BLUE value IS 234 (91.8% from 255) = 51.66%

R = 24.72%
G = 23.62%
B = 51.66%

CMYK

 C value IS 0.52

 M value IS 0.54

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#706BEA (or 0x706BEA) is known color: Medium Slate Blue. HEX triplet: 70, 6B and EA. RGB value is (112,107,234). Sum of RGB (Red+Green+Blue) = 112+107+234=453 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.72% from 453); Green value is 107 (42.19% from 255 or 23.62% from 453); Blue value is 234 (91.80% from 255 or 51.66% from 453); Max value from RGB is 234 - color contains mainly: blue. Hex color #706BEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706BEA is #8F9415. Grayscale: #7A7A7A. Windows color (decimal): -9409558 or 15362928. OLE color: 15362928.

HSL color Cylindrical-coordinate representation of color #706BEA: hue angle of 242.36º degrees, saturation: 0.75, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #706BEA is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 107 234 -
CMYK 0.52 0.54 0 0.08
HSL 242.36º 0.75% 0.67% -
HSV(B) 242.36º 0.54% 0.92% -
XYZ 26.79 19.9 80.27 -
YUV 122.97 190.66 120.17 -
System Red Green Blue C M Y K H S L
Decimal 112 107 234 0.52 0.54 0 0.08 242.36 0.75 0.67
Hex 70 6B EA 34 36 0 8 F2 4B 43
Octal 160 153 352 64 66 0 10 362 113 103
Binary 1110000 1101011 11101010 110100 110110 0 1000 11110010 1001011 1000011

Color Harmonies of #706BEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706BEA

Black with #706BEA

Text Example


Text Example

White with #706BEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,107,234); }

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

background-color css

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

 a { background-color: rgb(112,107,234); }

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

border-color css

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

 span { border-color: rgb(112,107,234); }

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