Html Css Color HEX #7277C9 Moody Blue

📋 copy color: '#7277C9'

red 114 ◦ green 119 ◦ blue 201

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

Shades of Moody Blue #7277C9

Tints of Moody Blue #7277C9

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.42%

 BLUE value IS 201 (78.91% from 255) = 46.31%

R = 26.27%
G = 27.42%
B = 46.31%

CMYK

 C value IS 0.43

 M value IS 0.41

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#7277C9 (or 0x7277C9) is known color: Moody Blue. HEX triplet: 72, 77 and C9. RGB value is (114,119,201). Sum of RGB (Red+Green+Blue) = 114+119+201=434 (57% of max value = 765). Red value is 114 (44.92% from 255 or 26.27% from 434); Green value is 119 (46.88% from 255 or 27.42% from 434); Blue value is 201 (78.91% from 255 or 46.31% from 434); Max value from RGB is 201 - color contains mainly: blue. Hex color #7277C9 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7277C9 is #8D8836. Grayscale: #7E7E7E. Windows color (decimal): -9275447 or 13203314. OLE color: 13203314.

HSL color Cylindrical-coordinate representation of color #7277C9: hue angle of 236.55º degrees, saturation: 0.45, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7277C9 is Cyan = 0.43, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 114 119 201 -
CMYK 0.43 0.41 0 0.21
HSL 236.55º 0.45% 0.62% -
HSV(B) 236.55º 0.43% 0.79% -
XYZ 24.08 20.99 58.04 -
YUV 126.85 169.84 118.83 -
System Red Green Blue C M Y K H S L
Decimal 114 119 201 0.43 0.41 0 0.21 236.55 0.45 0.62
Hex 72 77 C9 2B 29 0 15 ED 2D 3E
Octal 162 167 311 53 51 0 25 355 55 76
Binary 1110010 1110111 11001001 101011 101001 0 10101 11101101 101101 111110

Color Harmonies of #7277C9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7277C9

Black with #7277C9

Text Example


Text Example

White with #7277C9

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7277C9; }

 p { color: rgb(114,119,201); }

 H1.HeaderClassName
 {
   color: #7277C9;
 }
 .AnyTagClassName
 {
   color: #7277C9;
 }
</style>

background-color css

<style>
 a { background-color: #7277C9; }

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

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

border-color css

<style>
 span { border-color: #7277C9; }

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

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