Html Css Color HEX #707AEE Medium Slate Blue

📋 copy color: '#707AEE'

red 112 ◦ green 122 ◦ blue 238

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

Shades of Medium Slate Blue #707AEE

Tints of Medium Slate Blue #707AEE

RGB

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

 GREEN value IS 122 (48.05% from 255) = 25.85%

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

R = 23.73%
G = 25.85%
B = 50.42%

CMYK

 C value IS 0.53

 M value IS 0.49

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#707AEE (or 0x707AEE) is known color: Medium Slate Blue. HEX triplet: 70, 7A and EE. RGB value is (112,122,238). Sum of RGB (Red+Green+Blue) = 112+122+238=472 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.73% from 472); Green value is 122 (48.05% from 255 or 25.85% from 472); Blue value is 238 (93.36% from 255 or 50.42% from 472); Max value from RGB is 238 - color contains mainly: blue. Hex color #707AEE is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707AEE is #8F8511. Grayscale: #838383. Windows color (decimal): -9405714 or 15628912. OLE color: 15628912.

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

Color convert

RGB 112 122 238 -
CMYK 0.53 0.49 0 0.07
HSL 235.24º 0.79% 0.69% -
HSV(B) 235.24º 0.53% 0.93% -
XYZ 29.07 23.54 83.9 -
YUV 132.23 187.69 113.57 -
System Red Green Blue C M Y K H S L
Decimal 112 122 238 0.53 0.49 0 0.07 235.24 0.79 0.69
Hex 70 7A EE 35 31 0 7 EB 4F 45
Octal 160 172 356 65 61 0 7 353 117 105
Binary 1110000 1111010 11101110 110101 110001 0 111 11101011 1001111 1000101

Color Harmonies of #707AEE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707AEE

Black with #707AEE

Text Example


Text Example

White with #707AEE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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