Html Css Color HEX #7276CB Moody Blue

📋 copy color: '#7276CB'

red 114 ◦ green 118 ◦ blue 203

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

Shades of Moody Blue #7276CB

Tints of Moody Blue #7276CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.67%

R = 26.21%
G = 27.13%
B = 46.67%

CMYK

 C value IS 0.44

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#7276CB (or 0x7276CB) is known color: Moody Blue. HEX triplet: 72, 76 and CB. RGB value is (114,118,203). Sum of RGB (Red+Green+Blue) = 114+118+203=435 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.21% from 435); Green value is 118 (46.48% from 255 or 27.13% from 435); Blue value is 203 (79.69% from 255 or 46.67% from 435); Max value from RGB is 203 - color contains mainly: blue. Hex color #7276CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7276CB is #8D8934. Grayscale: #7E7E7E. Windows color (decimal): -9275701 or 13334130. OLE color: 13334130.

HSL color Cylindrical-coordinate representation of color #7276CB: hue angle of 237.3º degrees, saturation: 0.46, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7276CB is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 114 118 203 -
CMYK 0.44 0.42 0 0.20
HSL 237.3º 0.46% 0.62% -
HSV(B) 237.3º 0.44% 0.8% -
XYZ 24.2 20.85 59.25 -
YUV 126.49 171.17 119.09 -
System Red Green Blue C M Y K H S L
Decimal 114 118 203 0.44 0.42 0 0.20 237.3 0.46 0.62
Hex 72 76 CB 2C 2A 0 14 ED 2E 3E
Octal 162 166 313 54 52 0 24 355 56 76
Binary 1110010 1110110 11001011 101100 101010 0 10100 11101101 101110 111110

Color Harmonies of #7276CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7276CB

Black with #7276CB

Text Example


Text Example

White with #7276CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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