Html Css Color HEX #7270DC Medium Slate Blue

📋 copy color: '#7270DC'

red 114 ◦ green 112 ◦ blue 220

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

Shades of Medium Slate Blue #7270DC

Tints of Medium Slate Blue #7270DC

RGB

 RED value IS 114 (44.92% from 255) = 25.56%

 GREEN value IS 112 (44.14% from 255) = 25.11%

 BLUE value IS 220 (86.33% from 255) = 49.33%

R = 25.56%
G = 25.11%
B = 49.33%

CMYK

 C value IS 0.48

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#7270DC (or 0x7270DC) is known color: Medium Slate Blue. HEX triplet: 72, 70 and DC. RGB value is (114,112,220). Sum of RGB (Red+Green+Blue) = 114+112+220=446 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.56% from 446); Green value is 112 (44.14% from 255 or 25.11% from 446); Blue value is 220 (86.33% from 255 or 49.33% from 446); Max value from RGB is 220 - color contains mainly: blue. Hex color #7270DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7270DC is #8D8F23. Grayscale: #7C7C7C. Windows color (decimal): -9277220 or 14446706. OLE color: 14446706.

HSL color Cylindrical-coordinate representation of color #7270DC: hue angle of 241.11º degrees, saturation: 0.61, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #7270DC is Cyan = 0.48, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 112 220 -
CMYK 0.48 0.49 0 0.14
HSL 241.11º 0.61% 0.65% -
HSV(B) 241.11º 0.49% 0.86% -
XYZ 25.65 20.33 70.28 -
YUV 124.91 181.66 120.22 -
System Red Green Blue C M Y K H S L
Decimal 114 112 220 0.48 0.49 0 0.14 241.11 0.61 0.65
Hex 72 70 DC 30 31 0 E F1 3D 41
Octal 162 160 334 60 61 0 16 361 75 101
Binary 1110010 1110000 11011100 110000 110001 0 1110 11110001 111101 1000001

Color Harmonies of #7270DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7270DC

Black with #7270DC

Text Example


Text Example

White with #7270DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7270DC; }

 p { color: rgb(114,112,220); }

 H1.HeaderClassName
 {
   color: #7270DC;
 }
 .AnyTagClassName
 {
   color: #7270DC;
 }
</style>

background-color css

<style>
 a { background-color: #7270DC; }

 a { background-color: rgb(114,112,220); }

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

border-color css

<style>
 span { border-color: #7270DC; }

 span { border-color: rgb(114,112,220); }

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