Html Css Color HEX #7276D0 Moody Blue

📋 copy color: '#7276D0'

red 114 ◦ green 118 ◦ blue 208

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

Shades of Moody Blue #7276D0

Tints of Moody Blue #7276D0

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.82%

 BLUE value IS 208 (81.64% from 255) = 47.27%

R = 25.91%
G = 26.82%
B = 47.27%

CMYK

 C value IS 0.45

 M value IS 0.43

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#7276D0 (or 0x7276D0) is known color: Moody Blue. HEX triplet: 72, 76 and D0. RGB value is (114,118,208). Sum of RGB (Red+Green+Blue) = 114+118+208=440 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.91% from 440); Green value is 118 (46.48% from 255 or 26.82% from 440); Blue value is 208 (81.64% from 255 or 47.27% from 440); Max value from RGB is 208 - color contains mainly: blue. Hex color #7276D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7276D0 is #8D892F. Grayscale: #7E7E7E. Windows color (decimal): -9275696 or 13661810. OLE color: 13661810.

HSL color Cylindrical-coordinate representation of color #7276D0: hue angle of 237.45º degrees, saturation: 0.5, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7276D0 is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 114 118 208 -
CMYK 0.45 0.43 0 0.18
HSL 237.45º 0.5% 0.63% -
HSV(B) 237.45º 0.45% 0.82% -
XYZ 24.8 21.09 62.44 -
YUV 127.06 173.67 118.68 -
System Red Green Blue C M Y K H S L
Decimal 114 118 208 0.45 0.43 0 0.18 237.45 0.5 0.63
Hex 72 76 D0 2D 2B 0 12 ED 32 3F
Octal 162 166 320 55 53 0 22 355 62 77
Binary 1110010 1110110 11010000 101101 101011 0 10010 11101101 110010 111111

Color Harmonies of #7276D0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7276D0

Black with #7276D0

Text Example


Text Example

White with #7276D0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7276D0; }

 p { color: rgb(114,118,208); }

 H1.HeaderClassName
 {
   color: #7276D0;
 }
 .AnyTagClassName
 {
   color: #7276D0;
 }
</style>

background-color css

<style>
 a { background-color: #7276D0; }

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

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

border-color css

<style>
 span { border-color: #7276D0; }

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

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