Html Css Color HEX #727ACC Moody Blue

📋 copy color: '#727ACC'

red 114 ◦ green 122 ◦ blue 204

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

Shades of Moody Blue #727ACC

Tints of Moody Blue #727ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.36%

R = 25.91%
G = 27.73%
B = 46.36%

CMYK

 C value IS 0.44

 M value IS 0.40

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#727ACC (or 0x727ACC) is known color: Moody Blue. HEX triplet: 72, 7A and CC. RGB value is (114,122,204). Sum of RGB (Red+Green+Blue) = 114+122+204=440 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.91% from 440); Green value is 122 (48.05% from 255 or 27.73% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #727ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727ACC is #8D8533. Grayscale: #808080. Windows color (decimal): -9274676 or 13400690. OLE color: 13400690.

HSL color Cylindrical-coordinate representation of color #727ACC: hue angle of 234.67º degrees, saturation: 0.47, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #727ACC is Cyan = 0.44, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 114 122 204 -
CMYK 0.44 0.40 0 0.2
HSL 234.67º 0.47% 0.62% -
HSV(B) 234.67º 0.44% 0.8% -
XYZ 24.8 21.86 60.04 -
YUV 128.96 170.35 117.33 -
System Red Green Blue C M Y K H S L
Decimal 114 122 204 0.44 0.40 0 0.2 234.67 0.47 0.62
Hex 72 7A CC 2C 28 0 14 EB 2F 3E
Octal 162 172 314 54 50 0 24 353 57 76
Binary 1110010 1111010 11001100 101100 101000 0 10100 11101011 101111 111110

Color Harmonies of #727ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727ACC

Black with #727ACC

Text Example


Text Example

White with #727ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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