Html Css Color HEX #7272CE Moody Blue

📋 copy color: '#7272CE'

red 114 ◦ green 114 ◦ blue 206

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

Shades of Moody Blue #7272CE

Tints of Moody Blue #7272CE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.27%

 BLUE value IS 206 (80.86% from 255) = 47.47%

R = 26.27%
G = 26.27%
B = 47.47%

CMYK

 C value IS 0.45

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7272CE (or 0x7272CE) is known color: Moody Blue. HEX triplet: 72, 72 and CE. RGB value is (114,114,206). Sum of RGB (Red+Green+Blue) = 114+114+206=434 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.27% from 434); Green value is 114 (44.92% from 255 or 26.27% from 434); Blue value is 206 (80.86% from 255 or 47.47% from 434); Max value from RGB is 206 - color contains mainly: blue. Hex color #7272CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7272CE is #8D8D31. Grayscale: #7C7C7C. Windows color (decimal): -9276722 or 13529714. OLE color: 13529714.

HSL color Cylindrical-coordinate representation of color #7272CE: hue angle of 240º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7272CE is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 114 206 -
CMYK 0.45 0.45 0 0.19
HSL 240º 0.48% 0.63% -
HSV(B) 240º 0.45% 0.81% -
XYZ 24.1 20.07 61 -
YUV 124.49 174 120.52 -
System Red Green Blue C M Y K H S L
Decimal 114 114 206 0.45 0.45 0 0.19 240 0.48 0.63
Hex 72 72 CE 2D 2D 0 13 F0 30 3F
Octal 162 162 316 55 55 0 23 360 60 77
Binary 1110010 1110010 11001110 101101 101101 0 10011 11110000 110000 111111

Color Harmonies of #7272CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7272CE

Black with #7272CE

Text Example


Text Example

White with #7272CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7272CE; }

 p { color: rgb(114,114,206); }

 H1.HeaderClassName
 {
   color: #7272CE;
 }
 .AnyTagClassName
 {
   color: #7272CE;
 }
</style>

background-color css

<style>
 a { background-color: #7272CE; }

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

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

border-color css

<style>
 span { border-color: #7272CE; }

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

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