Html Css Color HEX #707AE5 Medium Slate Blue

📋 copy color: '#707AE5'

red 112 ◦ green 122 ◦ blue 229

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

Shades of Medium Slate Blue #707AE5

Tints of Medium Slate Blue #707AE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 49.46%

R = 24.19%
G = 26.35%
B = 49.46%

CMYK

 C value IS 0.51

 M value IS 0.47

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#707AE5 (or 0x707AE5) is known color: Medium Slate Blue. HEX triplet: 70, 7A and E5. RGB value is (112,122,229). Sum of RGB (Red+Green+Blue) = 112+122+229=463 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.19% from 463); Green value is 122 (48.05% from 255 or 26.35% from 463); Blue value is 229 (89.84% from 255 or 49.46% from 463); Max value from RGB is 229 - color contains mainly: blue. Hex color #707AE5 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707AE5 is #8F851A. Grayscale: #828282. Windows color (decimal): -9405723 or 15039088. OLE color: 15039088.

HSL color Cylindrical-coordinate representation of color #707AE5: hue angle of 234.87º degrees, saturation: 0.69, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #707AE5 is Cyan = 0.51, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 112 122 229 -
CMYK 0.51 0.47 0 0.10
HSL 234.87º 0.69% 0.67% -
HSV(B) 234.87º 0.51% 0.9% -
XYZ 27.78 23.02 77.11 -
YUV 131.21 183.19 114.3 -
System Red Green Blue C M Y K H S L
Decimal 112 122 229 0.51 0.47 0 0.10 234.87 0.69 0.67
Hex 70 7A E5 33 2F 0 A EB 45 43
Octal 160 172 345 63 57 0 12 353 105 103
Binary 1110000 1111010 11100101 110011 101111 0 1010 11101011 1000101 1000011

Color Harmonies of #707AE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707AE5

Black with #707AE5

Text Example


Text Example

White with #707AE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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