Html Css Color HEX #7274DD Medium Slate Blue

📋 copy color: '#7274DD'

red 114 ◦ green 116 ◦ blue 221

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

Shades of Medium Slate Blue #7274DD

Tints of Medium Slate Blue #7274DD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 25.72%

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

R = 25.28%
G = 25.72%
B = 49%

CMYK

 C value IS 0.48

 M value IS 0.48

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#7274DD (or 0x7274DD) is known color: Medium Slate Blue. HEX triplet: 72, 74 and DD. RGB value is (114,116,221). Sum of RGB (Red+Green+Blue) = 114+116+221=451 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.28% from 451); Green value is 116 (45.70% from 255 or 25.72% from 451); Blue value is 221 (86.72% from 255 or 49.00% from 451); Max value from RGB is 221 - color contains mainly: blue. Hex color #7274DD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7274DD is #8D8B22. Grayscale: #7E7E7E. Windows color (decimal): -9276195 or 14513266. OLE color: 14513266.

HSL color Cylindrical-coordinate representation of color #7274DD: hue angle of 238.88º degrees, saturation: 0.61, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #7274DD is Cyan = 0.48, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 114 116 221 -
CMYK 0.48 0.48 0 0.13
HSL 238.88º 0.61% 0.66% -
HSV(B) 238.88º 0.48% 0.87% -
XYZ 26.24 21.29 71.13 -
YUV 127.37 180.84 118.46 -
System Red Green Blue C M Y K H S L
Decimal 114 116 221 0.48 0.48 0 0.13 238.88 0.61 0.66
Hex 72 74 DD 30 30 0 D EF 3D 42
Octal 162 164 335 60 60 0 15 357 75 102
Binary 1110010 1110100 11011101 110000 110000 0 1101 11101111 111101 1000010

Color Harmonies of #7274DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7274DD

Black with #7274DD

Text Example


Text Example

White with #7274DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7274DD; }

 p { color: rgb(114,116,221); }

 H1.HeaderClassName
 {
   color: #7274DD;
 }
 .AnyTagClassName
 {
   color: #7274DD;
 }
</style>

background-color css

<style>
 a { background-color: #7274DD; }

 a { background-color: rgb(114,116,221); }

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

border-color css

<style>
 span { border-color: #7274DD; }

 span { border-color: rgb(114,116,221); }

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