Html Css Color HEX #707DEA Medium Slate Blue

📋 copy color: '#707DEA'

red 112 ◦ green 125 ◦ blue 234

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

Shades of Medium Slate Blue #707DEA

Tints of Medium Slate Blue #707DEA

RGB

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

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

 BLUE value IS 234 (91.8% from 255) = 49.68%

R = 23.78%
G = 26.54%
B = 49.68%

CMYK

 C value IS 0.52

 M value IS 0.47

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#707DEA (or 0x707DEA) is known color: Medium Slate Blue. HEX triplet: 70, 7D and EA. RGB value is (112,125,234). Sum of RGB (Red+Green+Blue) = 112+125+234=471 (62% of max value = 765). Red value is 112 (44.14% from 255 or 23.78% from 471); Green value is 125 (49.22% from 255 or 26.54% from 471); Blue value is 234 (91.80% from 255 or 49.68% from 471); Max value from RGB is 234 - color contains mainly: blue. Hex color #707DEA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #707DEA is #8F8215. Grayscale: #858585. Windows color (decimal): -9404950 or 15367536. OLE color: 15367536.

HSL color Cylindrical-coordinate representation of color #707DEA: hue angle of 233.61º degrees, saturation: 0.74, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #707DEA is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 112 125 234 -
CMYK 0.52 0.47 0 0.08
HSL 233.61º 0.74% 0.68% -
HSV(B) 233.61º 0.52% 0.92% -
XYZ 28.87 24.05 80.96 -
YUV 133.54 184.69 112.64 -
System Red Green Blue C M Y K H S L
Decimal 112 125 234 0.52 0.47 0 0.08 233.61 0.74 0.68
Hex 70 7D EA 34 2F 0 8 EA 4A 44
Octal 160 175 352 64 57 0 10 352 112 104
Binary 1110000 1111101 11101010 110100 101111 0 1000 11101010 1001010 1000100

Color Harmonies of #707DEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #707DEA

Black with #707DEA

Text Example


Text Example

White with #707DEA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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