Html Css Color HEX #727BCD Moody Blue

📋 copy color: '#727BCD'

red 114 ◦ green 123 ◦ blue 205

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

Shades of Moody Blue #727BCD

Tints of Moody Blue #727BCD

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.83%

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

R = 25.79%
G = 27.83%
B = 46.38%

CMYK

 C value IS 0.44

 M value IS 0.4

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#727BCD (or 0x727BCD) is known color: Moody Blue. HEX triplet: 72, 7B and CD. RGB value is (114,123,205). Sum of RGB (Red+Green+Blue) = 114+123+205=442 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.79% from 442); Green value is 123 (48.44% from 255 or 27.83% from 442); Blue value is 205 (80.47% from 255 or 46.38% from 442); Max value from RGB is 205 - color contains mainly: blue. Hex color #727BCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727BCD is #8D8432. Grayscale: #818181. Windows color (decimal): -9274419 or 13466482. OLE color: 13466482.

HSL color Cylindrical-coordinate representation of color #727BCD: hue angle of 234.07º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #727BCD is Cyan = 0.44, Magento = 0.4, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 114 123 205 -
CMYK 0.44 0.4 0 0.20
HSL 234.07º 0.48% 0.63% -
HSV(B) 234.07º 0.44% 0.8% -
XYZ 25.04 22.15 60.71 -
YUV 129.66 170.52 116.83 -
System Red Green Blue C M Y K H S L
Decimal 114 123 205 0.44 0.4 0 0.20 234.07 0.48 0.63
Hex 72 7B CD 2C 28 0 14 EA 30 3F
Octal 162 173 315 54 50 0 24 352 60 77
Binary 1110010 1111011 11001101 101100 101000 0 10100 11101010 110000 111111

Color Harmonies of #727BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727BCD

Black with #727BCD

Text Example


Text Example

White with #727BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #727BCD; }

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

 H1.HeaderClassName
 {
   color: #727BCD;
 }
 .AnyTagClassName
 {
   color: #727BCD;
 }
</style>

background-color css

<style>
 a { background-color: #727BCD; }

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

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

border-color css

<style>
 span { border-color: #727BCD; }

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

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