Html Css Color HEX #707CED Medium Slate Blue

📋 copy color: '#707CED'

red 112 ◦ green 124 ◦ blue 237

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

Shades of Medium Slate Blue #707CED

Tints of Medium Slate Blue #707CED

RGB

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

 GREEN value IS 124 (48.83% from 255) = 26.22%

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

R = 23.68%
G = 26.22%
B = 50.11%

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

#707CED (or 0x707CED) is known color: Medium Slate Blue. HEX triplet: 70, 7C and ED. RGB value is (112,124,237). Sum of RGB (Red+Green+Blue) = 112+124+237=473 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.68% from 473); Green value is 124 (48.83% from 255 or 26.22% from 473); Blue value is 237 (92.97% from 255 or 50.11% from 473); Max value from RGB is 237 - color contains mainly: blue. Hex color #707CED is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707CED is #8F8312. Grayscale: #848484. Windows color (decimal): -9405203 or 15563888. OLE color: 15563888.

HSL color Cylindrical-coordinate representation of color #707CED: hue angle of 234.24º 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 #707CED is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 112 124 237 -
CMYK 0.53 0.48 0 0.07
HSL 234.24º 0.78% 0.68% -
HSV(B) 234.24º 0.53% 0.93% -
XYZ 29.18 23.97 83.21 -
YUV 133.29 186.52 112.81 -
System Red Green Blue C M Y K H S L
Decimal 112 124 237 0.53 0.48 0 0.07 234.24 0.78 0.68
Hex 70 7C ED 35 30 0 7 EA 4E 44
Octal 160 174 355 65 60 0 7 352 116 104
Binary 1110000 1111100 11101101 110101 110000 0 111 11101010 1001110 1000100

Color Harmonies of #707CED

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707CED

Black with #707CED

Text Example


Text Example

White with #707CED

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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