Html Css Color HEX #726BC0 Moody Blue

📋 copy color: '#726BC0'

red 114 ◦ green 107 ◦ blue 192

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

Shades of Moody Blue #726BC0

Tints of Moody Blue #726BC0

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.91%

 BLUE value IS 192 (75.39% from 255) = 46.49%

R = 27.6%
G = 25.91%
B = 46.49%

CMYK

 C value IS 0.41

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#726BC0 (or 0x726BC0) is known color: Moody Blue. HEX triplet: 72, 6B and C0. RGB value is (114,107,192). Sum of RGB (Red+Green+Blue) = 114+107+192=413 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.60% from 413); Green value is 107 (42.19% from 255 or 25.91% from 413); Blue value is 192 (75.39% from 255 or 46.49% from 413); Max value from RGB is 192 - color contains mainly: blue. Hex color #726BC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726BC0 is #8D943F. Grayscale: #767676. Windows color (decimal): -9278528 or 12610418. OLE color: 12610418.

HSL color Cylindrical-coordinate representation of color #726BC0: hue angle of 244.94º degrees, saturation: 0.4, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #726BC0 is Cyan = 0.41, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 114 107 192 -
CMYK 0.41 0.44 0 0.25
HSL 244.94º 0.4% 0.59% -
HSV(B) 244.94º 0.44% 0.75% -
XYZ 21.71 17.9 52.18 -
YUV 118.78 169.32 124.59 -
System Red Green Blue C M Y K H S L
Decimal 114 107 192 0.41 0.44 0 0.25 244.94 0.4 0.59
Hex 72 6B C0 29 2C 0 19 F5 28 3B
Octal 162 153 300 51 54 0 31 365 50 73
Binary 1110010 1101011 11000000 101001 101100 0 11001 11110101 101000 111011

Color Harmonies of #726BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726BC0

Black with #726BC0

Text Example


Text Example

White with #726BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,107,192); }

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

background-color css

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

 a { background-color: rgb(114,107,192); }

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

border-color css

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

 span { border-color: rgb(114,107,192); }

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