Html Css Color HEX #726FCC Moody Blue

📋 copy color: '#726FCC'

red 114 ◦ green 111 ◦ blue 204

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

Shades of Moody Blue #726FCC

Tints of Moody Blue #726FCC

RGB

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

 GREEN value IS 111 (43.75% from 255) = 25.87%

 BLUE value IS 204 (80.08% from 255) = 47.55%

R = 26.57%
G = 25.87%
B = 47.55%

CMYK

 C value IS 0.44

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#726FCC (or 0x726FCC) is known color: Moody Blue. HEX triplet: 72, 6F and CC. RGB value is (114,111,204). Sum of RGB (Red+Green+Blue) = 114+111+204=429 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.57% from 429); Green value is 111 (43.75% from 255 or 25.87% from 429); Blue value is 204 (80.08% from 255 or 47.55% from 429); Max value from RGB is 204 - color contains mainly: blue. Hex color #726FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726FCC is #8D9033. Grayscale: #7A7A7A. Windows color (decimal): -9277492 or 13397874. OLE color: 13397874.

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

Color convert

RGB 114 111 204 -
CMYK 0.44 0.46 0 0.2
HSL 241.94º 0.48% 0.62% -
HSV(B) 241.94º 0.46% 0.8% -
XYZ 23.52 19.31 59.61 -
YUV 122.5 173.99 121.94 -
System Red Green Blue C M Y K H S L
Decimal 114 111 204 0.44 0.46 0 0.2 241.94 0.48 0.62
Hex 72 6F CC 2C 2E 0 14 F2 30 3E
Octal 162 157 314 54 56 0 24 362 60 76
Binary 1110010 1101111 11001100 101100 101110 0 10100 11110010 110000 111110

Color Harmonies of #726FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726FCC

Black with #726FCC

Text Example


Text Example

White with #726FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726FCC; }

 p { color: rgb(114,111,204); }

 H1.HeaderClassName
 {
   color: #726FCC;
 }
 .AnyTagClassName
 {
   color: #726FCC;
 }
</style>

background-color css

<style>
 a { background-color: #726FCC; }

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

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

border-color css

<style>
 span { border-color: #726FCC; }

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

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