Html Css Color HEX #726ECE Moody Blue

📋 copy color: '#726ECE'

red 114 ◦ green 110 ◦ blue 206

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

Shades of Moody Blue #726ECE

Tints of Moody Blue #726ECE

RGB

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

 GREEN value IS 110 (43.36% from 255) = 25.58%

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

R = 26.51%
G = 25.58%
B = 47.91%

CMYK

 C value IS 0.45

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#726ECE (or 0x726ECE) is known color: Moody Blue. HEX triplet: 72, 6E and CE. RGB value is (114,110,206). Sum of RGB (Red+Green+Blue) = 114+110+206=430 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.51% from 430); Green value is 110 (43.36% from 255 or 25.58% from 430); Blue value is 206 (80.86% from 255 or 47.91% from 430); Max value from RGB is 206 - color contains mainly: blue. Hex color #726ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726ECE is #8D9131. Grayscale: #797979. Windows color (decimal): -9277746 or 13528690. OLE color: 13528690.

HSL color Cylindrical-coordinate representation of color #726ECE: hue angle of 242.5º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #726ECE is Cyan = 0.45, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 110 206 -
CMYK 0.45 0.47 0 0.19
HSL 242.5º 0.49% 0.62% -
HSV(B) 242.5º 0.47% 0.81% -
XYZ 23.66 19.19 60.85 -
YUV 122.14 175.33 122.19 -
System Red Green Blue C M Y K H S L
Decimal 114 110 206 0.45 0.47 0 0.19 242.5 0.49 0.62
Hex 72 6E CE 2D 2F 0 13 F2 31 3E
Octal 162 156 316 55 57 0 23 362 61 76
Binary 1110010 1101110 11001110 101101 101111 0 10011 11110010 110001 111110

Color Harmonies of #726ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726ECE

Black with #726ECE

Text Example


Text Example

White with #726ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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