Html Css Color HEX #727ACB Moody Blue

📋 copy color: '#727ACB'

red 114 ◦ green 122 ◦ blue 203

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

Shades of Moody Blue #727ACB

Tints of Moody Blue #727ACB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 46.24%

R = 25.97%
G = 27.79%
B = 46.24%

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

#727ACB (or 0x727ACB) is known color: Moody Blue. HEX triplet: 72, 7A and CB. RGB value is (114,122,203). Sum of RGB (Red+Green+Blue) = 114+122+203=439 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.97% from 439); Green value is 122 (48.05% from 255 or 27.79% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 203 - color contains mainly: blue. Hex color #727ACB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727ACB is #8D8534. Grayscale: #808080. Windows color (decimal): -9274677 or 13335154. OLE color: 13335154.

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

Color convert

RGB 114 122 203 -
CMYK 0.44 0.40 0 0.20
HSL 234.61º 0.46% 0.62% -
HSV(B) 234.61º 0.44% 0.8% -
XYZ 24.68 21.81 59.41 -
YUV 128.84 169.85 117.41 -
System Red Green Blue C M Y K H S L
Decimal 114 122 203 0.44 0.40 0 0.20 234.61 0.46 0.62
Hex 72 7A CB 2C 28 0 14 EB 2E 3E
Octal 162 172 313 54 50 0 24 353 56 76
Binary 1110010 1111010 11001011 101100 101000 0 10100 11101011 101110 111110

Color Harmonies of #727ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727ACB

Black with #727ACB

Text Example


Text Example

White with #727ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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