Html Css Color HEX #726FCD Moody Blue

📋 copy color: '#726FCD'

red 114 ◦ green 111 ◦ blue 205

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

Shades of Moody Blue #726FCD

Tints of Moody Blue #726FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 47.67%

R = 26.51%
G = 25.81%
B = 47.67%

CMYK

 C value IS 0.44

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#726FCD (or 0x726FCD) is known color: Moody Blue. HEX triplet: 72, 6F and CD. RGB value is (114,111,205). Sum of RGB (Red+Green+Blue) = 114+111+205=430 (56% of max value = 765). Red value is 114 (44.92% from 255 or 26.51% from 430); Green value is 111 (43.75% from 255 or 25.81% from 430); Blue value is 205 (80.47% from 255 or 47.67% from 430); Max value from RGB is 205 - color contains mainly: blue. Hex color #726FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726FCD is #8D9032. Grayscale: #7A7A7A. Windows color (decimal): -9277491 or 13463410. OLE color: 13463410.

HSL color Cylindrical-coordinate representation of color #726FCD: hue angle of 241.91º 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 #726FCD is Cyan = 0.44, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 114 111 205 -
CMYK 0.44 0.46 0 0.20
HSL 241.91º 0.48% 0.62% -
HSV(B) 241.91º 0.46% 0.8% -
XYZ 23.64 19.35 60.25 -
YUV 122.61 174.49 121.86 -
System Red Green Blue C M Y K H S L
Decimal 114 111 205 0.44 0.46 0 0.20 241.91 0.48 0.62
Hex 72 6F CD 2C 2E 0 14 F2 30 3E
Octal 162 157 315 54 56 0 24 362 60 76
Binary 1110010 1101111 11001101 101100 101110 0 10100 11110010 110000 111110

Color Harmonies of #726FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726FCD

Black with #726FCD

Text Example


Text Example

White with #726FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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