Html Css Color HEX #707ADD Medium Slate Blue

📋 copy color: '#707ADD'

red 112 ◦ green 122 ◦ blue 221

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

Shades of Medium Slate Blue #707ADD

Tints of Medium Slate Blue #707ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.57%

R = 24.62%
G = 26.81%
B = 48.57%

CMYK

 C value IS 0.49

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#707ADD (or 0x707ADD) is known color: Medium Slate Blue. HEX triplet: 70, 7A and DD. RGB value is (112,122,221). Sum of RGB (Red+Green+Blue) = 112+122+221=455 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.62% from 455); Green value is 122 (48.05% from 255 or 26.81% from 455); Blue value is 221 (86.72% from 255 or 48.57% from 455); Max value from RGB is 221 - color contains mainly: blue. Hex color #707ADD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707ADD is #8F8522. Grayscale: #818181. Windows color (decimal): -9405731 or 14514800. OLE color: 14514800.

HSL color Cylindrical-coordinate representation of color #707ADD: hue angle of 234.5º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #707ADD is Cyan = 0.49, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 112 122 221 -
CMYK 0.49 0.45 0 0.13
HSL 234.5º 0.62% 0.65% -
HSV(B) 234.5º 0.49% 0.87% -
XYZ 26.69 22.58 71.36 -
YUV 130.3 179.19 114.95 -
System Red Green Blue C M Y K H S L
Decimal 112 122 221 0.49 0.45 0 0.13 234.5 0.62 0.65
Hex 70 7A DD 31 2D 0 D EA 3E 41
Octal 160 172 335 61 55 0 15 352 76 101
Binary 1110000 1111010 11011101 110001 101101 0 1101 11101010 111110 1000001

Color Harmonies of #707ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707ADD

Black with #707ADD

Text Example


Text Example

White with #707ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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