Html Css Color HEX #707DE4 Medium Slate Blue

📋 copy color: '#707DE4'

red 112 ◦ green 125 ◦ blue 228

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

Shades of Medium Slate Blue #707DE4

Tints of Medium Slate Blue #707DE4

RGB

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

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

 BLUE value IS 228 (89.45% from 255) = 49.03%

R = 24.09%
G = 26.88%
B = 49.03%

CMYK

 C value IS 0.51

 M value IS 0.45

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#707DE4 (or 0x707DE4) is known color: Medium Slate Blue. HEX triplet: 70, 7D and E4. RGB value is (112,125,228). Sum of RGB (Red+Green+Blue) = 112+125+228=465 (61% of max value = 765). Red value is 112 (44.14% from 255 or 24.09% from 465); Green value is 125 (49.22% from 255 or 26.88% from 465); Blue value is 228 (89.45% from 255 or 49.03% from 465); Max value from RGB is 228 - color contains mainly: blue. Hex color #707DE4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #707DE4 is #8F821B. Grayscale: #848484. Windows color (decimal): -9404956 or 14974320. OLE color: 14974320.

HSL color Cylindrical-coordinate representation of color #707DE4: hue angle of 233.28º degrees, saturation: 0.68, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #707DE4 is Cyan = 0.51, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 112 125 228 -
CMYK 0.51 0.45 0 0.11
HSL 233.28º 0.68% 0.67% -
HSV(B) 233.28º 0.51% 0.89% -
XYZ 28.02 23.71 76.5 -
YUV 132.86 181.69 113.12 -
System Red Green Blue C M Y K H S L
Decimal 112 125 228 0.51 0.45 0 0.11 233.28 0.68 0.67
Hex 70 7D E4 33 2D 0 B E9 44 43
Octal 160 175 344 63 55 0 13 351 104 103
Binary 1110000 1111101 11100100 110011 101101 0 1011 11101001 1000100 1000011

Color Harmonies of #707DE4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707DE4

Black with #707DE4

Text Example


Text Example

White with #707DE4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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