#707BEB

Color #707BEB Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #707BEB

Tints of Medium Slate Blue #707BEB

Color information

#707BEB (or 0x707BEB) is unknown color: approx Medium Slate Blue. HEX triplet: 70, 7B and EB. RGB value is (112,123,235). Sum of RGB (Red+Green+Blue) = 112+123+235=470 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.83% from 470); Green value is 123 (48.44% from 255 or 26.17% from 470); Blue value is 235 (92.19% from 255 or 50% from 470); Max value from RGB is 235 - color contains mainly: blue. Hex color #707BEB is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707BEB is #8F8414. Grayscale: #848484. Windows color (decimal): -9405461 or 15432560. OLE color: 15432560.

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

Color convert

RGB112123235-
CMYK0.520.4800.08
HSL234.63º75.46%68.04%-
HSV(B)234.63º52.34%92.16%-
XYZ28.7623.6181.64-
YUV132.48185.86113.39-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 23.83%
GREEN value IS 123 (48.44% from 255) = 26.17%
BLUE value IS 235 (92.19% from 255) = 50%
R=23.83%
G=26.17%
B=50%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1121232350.520.4800.08234.6375.4668.04
Hex707BEB343008eb4b44
Octal1601733536460010353113104
Binary1110000111101111101011110100110000010001110101110010111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #707BEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #707BEB;
 }
 .AnyTagClassName
 {
   color: #707BEB;
 }
</style>
background-color css

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

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

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

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

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

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