Html Css Color HEX #707DDD Medium Slate Blue

📋 copy color: '#707DDD'

red 112 ◦ green 125 ◦ blue 221

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

Shades of Medium Slate Blue #707DDD

Tints of Medium Slate Blue #707DDD

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.29%

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

R = 24.45%
G = 27.29%
B = 48.25%

CMYK

 C value IS 0.49

 M value IS 0.43

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#707DDD (or 0x707DDD) is known color: Medium Slate Blue. HEX triplet: 70, 7D and DD. RGB value is (112,125,221). Sum of RGB (Red+Green+Blue) = 112+125+221=458 (60% of max value = 765). Red value is 112 (44.14% from 255 or 24.45% from 458); Green value is 125 (49.22% from 255 or 27.29% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #707DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707DDD is #8F8222. Grayscale: #838383. Windows color (decimal): -9404963 or 14515568. OLE color: 14515568.

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

Color convert

RGB 112 125 221 -
CMYK 0.49 0.43 0 0.13
HSL 232.84º 0.62% 0.65% -
HSV(B) 232.84º 0.49% 0.87% -
XYZ 27.07 23.33 71.48 -
YUV 132.06 178.19 113.69 -
System Red Green Blue C M Y K H S L
Decimal 112 125 221 0.49 0.43 0 0.13 232.84 0.62 0.65
Hex 70 7D DD 31 2B 0 D E9 3E 41
Octal 160 175 335 61 53 0 15 351 76 101
Binary 1110000 1111101 11011101 110001 101011 0 1101 11101001 111110 1000001

Color Harmonies of #707DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707DDD

Black with #707DDD

Text Example


Text Example

White with #707DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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