Html Css Color HEX #707ADE Medium Slate Blue

📋 copy color: '#707ADE'

red 112 ◦ green 122 ◦ blue 222

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

Shades of Medium Slate Blue #707ADE

Tints of Medium Slate Blue #707ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 48.68%

R = 24.56%
G = 26.75%
B = 48.68%

CMYK

 C value IS 0.50

 M value IS 0.45

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#707ADE (or 0x707ADE) is known color: Medium Slate Blue. HEX triplet: 70, 7A and DE. RGB value is (112,122,222). Sum of RGB (Red+Green+Blue) = 112+122+222=456 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.56% from 456); Green value is 122 (48.05% from 255 or 26.75% from 456); Blue value is 222 (87.11% from 255 or 48.68% from 456); Max value from RGB is 222 - color contains mainly: blue. Hex color #707ADE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707ADE is #8F8521. Grayscale: #828282. Windows color (decimal): -9405730 or 14580336. OLE color: 14580336.

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

Color convert

RGB 112 122 222 -
CMYK 0.50 0.45 0 0.13
HSL 234.55º 0.63% 0.65% -
HSV(B) 234.55º 0.5% 0.87% -
XYZ 26.83 22.64 72.06 -
YUV 130.41 179.69 114.87 -
System Red Green Blue C M Y K H S L
Decimal 112 122 222 0.50 0.45 0 0.13 234.55 0.63 0.65
Hex 70 7A DE 32 2D 0 D EB 3E 41
Octal 160 172 336 62 55 0 15 353 76 101
Binary 1110000 1111010 11011110 110010 101101 0 1101 11101011 111110 1000001

Color Harmonies of #707ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707ADE

Black with #707ADE

Text Example


Text Example

White with #707ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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