Html Css Color HEX #707CEE Medium Slate Blue

📋 copy color: '#707CEE'

red 112 ◦ green 124 ◦ blue 238

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

Shades of Medium Slate Blue #707CEE

Tints of Medium Slate Blue #707CEE

RGB

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

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

 BLUE value IS 238 (93.36% from 255) = 50.21%

R = 23.63%
G = 26.16%
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

#707CEE (or 0x707CEE) is known color: Medium Slate Blue. HEX triplet: 70, 7C and EE. RGB value is (112,124,238). Sum of RGB (Red+Green+Blue) = 112+124+238=474 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.63% from 474); Green value is 124 (48.83% from 255 or 26.16% from 474); Blue value is 238 (93.36% from 255 or 50.21% from 474); Max value from RGB is 238 - color contains mainly: blue. Hex color #707CEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707CEE is #8F8311. Grayscale: #848484. Windows color (decimal): -9405202 or 15629424. OLE color: 15629424.

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

Color convert

RGB 112 124 238 -
CMYK 0.53 0.48 0 0.07
HSL 234.29º 0.79% 0.69% -
HSV(B) 234.29º 0.53% 0.93% -
XYZ 29.32 24.03 83.98 -
YUV 133.41 187.02 112.73 -
System Red Green Blue C M Y K H S L
Decimal 112 124 238 0.53 0.48 0 0.07 234.29 0.79 0.69
Hex 70 7C EE 35 30 0 7 EA 4F 45
Octal 160 174 356 65 60 0 7 352 117 105
Binary 1110000 1111100 11101110 110101 110000 0 111 11101010 1001111 1000101

Color Harmonies of #707CEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707CEE

Black with #707CEE

Text Example


Text Example

White with #707CEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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