Html Css Color HEX #7276CE Moody Blue

📋 copy color: '#7276CE'

red 114 ◦ green 118 ◦ blue 206

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

Shades of Moody Blue #7276CE

Tints of Moody Blue #7276CE

RGB

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

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

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

R = 26.03%
G = 26.94%
B = 47.03%

CMYK

 C value IS 0.45

 M value IS 0.43

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#7276CE (or 0x7276CE) is known color: Moody Blue. HEX triplet: 72, 76 and CE. RGB value is (114,118,206). Sum of RGB (Red+Green+Blue) = 114+118+206=438 (58% of max value = 765). Red value is 114 (44.92% from 255 or 26.03% from 438); Green value is 118 (46.48% from 255 or 26.94% from 438); Blue value is 206 (80.86% from 255 or 47.03% from 438); Max value from RGB is 206 - color contains mainly: blue. Hex color #7276CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7276CE is #8D8931. Grayscale: #7E7E7E. Windows color (decimal): -9275698 or 13530738. OLE color: 13530738.

HSL color Cylindrical-coordinate representation of color #7276CE: hue angle of 237.39º 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 #7276CE is Cyan = 0.45, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 118 206 -
CMYK 0.45 0.43 0 0.19
HSL 237.39º 0.48% 0.63% -
HSV(B) 237.39º 0.45% 0.81% -
XYZ 24.56 20.99 61.15 -
YUV 126.84 172.67 118.84 -
System Red Green Blue C M Y K H S L
Decimal 114 118 206 0.45 0.43 0 0.19 237.39 0.48 0.63
Hex 72 76 CE 2D 2B 0 13 ED 30 3F
Octal 162 166 316 55 53 0 23 355 60 77
Binary 1110010 1110110 11001110 101101 101011 0 10011 11101101 110000 111111

Color Harmonies of #7276CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7276CE

Black with #7276CE

Text Example


Text Example

White with #7276CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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