Html Css Color HEX #706CEB Medium Slate Blue

📋 copy color: '#706CEB'

red 112 ◦ green 108 ◦ blue 235

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

Shades of Medium Slate Blue #706CEB

Tints of Medium Slate Blue #706CEB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.74%

 BLUE value IS 235 (92.19% from 255) = 51.65%

R = 24.62%
G = 23.74%
B = 51.65%

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

#706CEB (or 0x706CEB) is known color: Medium Slate Blue. HEX triplet: 70, 6C and EB. RGB value is (112,108,235). Sum of RGB (Red+Green+Blue) = 112+108+235=455 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.62% from 455); Green value is 108 (42.58% from 255 or 23.74% from 455); Blue value is 235 (92.19% from 255 or 51.65% from 455); Max value from RGB is 235 - color contains mainly: blue. Hex color #706CEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706CEB is #8F9314. Grayscale: #7B7B7B. Windows color (decimal): -9409301 or 15428720. OLE color: 15428720.

HSL color Cylindrical-coordinate representation of color #706CEB: hue angle of 241.89º degrees, saturation: 0.76, 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 #706CEB is Cyan = 0.52, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 108 235 -
CMYK 0.52 0.54 0 0.08
HSL 241.89º 0.76% 0.67% -
HSV(B) 241.89º 0.54% 0.92% -
XYZ 27.04 20.17 81.06 -
YUV 123.67 190.83 119.67 -
System Red Green Blue C M Y K H S L
Decimal 112 108 235 0.52 0.54 0 0.08 241.89 0.76 0.67
Hex 70 6C EB 34 36 0 8 F2 4C 43
Octal 160 154 353 64 66 0 10 362 114 103
Binary 1110000 1101100 11101011 110100 110110 0 1000 11110010 1001100 1000011

Color Harmonies of #706CEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706CEB

Black with #706CEB

Text Example


Text Example

White with #706CEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(112,108,235); }

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

background-color css

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

 a { background-color: rgb(112,108,235); }

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

border-color css

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

 span { border-color: rgb(112,108,235); }

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