Html Css Color HEX #707BED Medium Slate Blue

📋 copy color: '#707BED'

red 112 ◦ green 123 ◦ blue 237

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

Shades of Medium Slate Blue #707BED

Tints of Medium Slate Blue #707BED

RGB

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

 GREEN value IS 123 (48.44% from 255) = 26.06%

 BLUE value IS 237 (92.97% from 255) = 50.21%

R = 23.73%
G = 26.06%
B = 50.21%

CMYK

 C value IS 0.53

 M value IS 0.48

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#707BED (or 0x707BED) is known color: Medium Slate Blue. HEX triplet: 70, 7B and ED. RGB value is (112,123,237). Sum of RGB (Red+Green+Blue) = 112+123+237=472 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.73% from 472); Green value is 123 (48.44% from 255 or 26.06% from 472); Blue value is 237 (92.97% from 255 or 50.21% from 472); Max value from RGB is 237 - color contains mainly: blue. Hex color #707BED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707BED is #8F8412. Grayscale: #848484. Windows color (decimal): -9405459 or 15563632. OLE color: 15563632.

HSL color Cylindrical-coordinate representation of color #707BED: hue angle of 234.72º degrees, saturation: 0.78, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #707BED is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 123 237 -
CMYK 0.53 0.48 0 0.07
HSL 234.72º 0.78% 0.68% -
HSV(B) 234.72º 0.53% 0.93% -
XYZ 29.05 23.73 83.17 -
YUV 132.71 186.86 113.23 -
System Red Green Blue C M Y K H S L
Decimal 112 123 237 0.53 0.48 0 0.07 234.72 0.78 0.68
Hex 70 7B ED 35 30 0 7 EB 4E 44
Octal 160 173 355 65 60 0 7 353 116 104
Binary 1110000 1111011 11101101 110101 110000 0 111 11101011 1001110 1000100

Color Harmonies of #707BED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707BED

Black with #707BED

Text Example


Text Example

White with #707BED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #707BED;
 }
 .AnyTagClassName
 {
   color: #707BED;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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