Html Css Color HEX #727ACD Moody Blue

📋 copy color: '#727ACD'

red 114 ◦ green 122 ◦ blue 205

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

Shades of Moody Blue #727ACD

Tints of Moody Blue #727ACD

RGB

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

 GREEN value IS 122 (48.05% from 255) = 27.66%

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

R = 25.85%
G = 27.66%
B = 46.49%

CMYK

 C value IS 0.44

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#727ACD (or 0x727ACD) is known color: Moody Blue. HEX triplet: 72, 7A and CD. RGB value is (114,122,205). Sum of RGB (Red+Green+Blue) = 114+122+205=441 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.85% from 441); Green value is 122 (48.05% from 255 or 27.66% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #727ACD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727ACD is #8D8532. Grayscale: #808080. Windows color (decimal): -9274675 or 13466226. OLE color: 13466226.

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

Color convert

RGB 114 122 205 -
CMYK 0.44 0.40 0 0.20
HSL 234.73º 0.48% 0.63% -
HSV(B) 234.73º 0.44% 0.8% -
XYZ 24.92 21.9 60.67 -
YUV 129.07 170.85 117.25 -
System Red Green Blue C M Y K H S L
Decimal 114 122 205 0.44 0.40 0 0.20 234.73 0.48 0.63
Hex 72 7A CD 2C 28 0 14 EB 30 3F
Octal 162 172 315 54 50 0 24 353 60 77
Binary 1110010 1111010 11001101 101100 101000 0 10100 11101011 110000 111111

Color Harmonies of #727ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727ACD

Black with #727ACD

Text Example


Text Example

White with #727ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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