Html Css Color HEX #706BEB Medium Slate Blue

📋 copy color: '#706BEB'

red 112 ◦ green 107 ◦ blue 235

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

Shades of Medium Slate Blue #706BEB

Tints of Medium Slate Blue #706BEB

RGB

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

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

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

R = 24.67%
G = 23.57%
B = 51.76%

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

#706BEB (or 0x706BEB) is known color: Medium Slate Blue. HEX triplet: 70, 6B and EB. RGB value is (112,107,235). Sum of RGB (Red+Green+Blue) = 112+107+235=454 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.67% from 454); Green value is 107 (42.19% from 255 or 23.57% from 454); Blue value is 235 (92.19% from 255 or 51.76% from 454); Max value from RGB is 235 - color contains mainly: blue. Hex color #706BEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #706BEB is #8F9414. Grayscale: #7A7A7A. Windows color (decimal): -9409557 or 15428464. OLE color: 15428464.

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

Color convert

RGB 112 107 235 -
CMYK 0.52 0.54 0 0.08
HSL 242.34º 0.76% 0.67% -
HSV(B) 242.34º 0.54% 0.92% -
XYZ 26.94 19.96 81.03 -
YUV 123.09 191.16 120.09 -
System Red Green Blue C M Y K H S L
Decimal 112 107 235 0.52 0.54 0 0.08 242.34 0.76 0.67
Hex 70 6B EB 34 36 0 8 F2 4C 43
Octal 160 153 353 64 66 0 10 362 114 103
Binary 1110000 1101011 11101011 110100 110110 0 1000 11110010 1001100 1000011

Color Harmonies of #706BEB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #706BEB

Black with #706BEB

Text Example


Text Example

White with #706BEB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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