Html Css Color HEX #727ADC Moody Blue

📋 copy color: '#727ADC'

red 114 ◦ green 122 ◦ blue 220

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

Shades of Moody Blue #727ADC

Tints of Moody Blue #727ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.25%

R = 25%
G = 26.75%
B = 48.25%

CMYK

 C value IS 0.48

 M value IS 0.45

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#727ADC (or 0x727ADC) is known color: Moody Blue. HEX triplet: 72, 7A and DC. RGB value is (114,122,220). Sum of RGB (Red+Green+Blue) = 114+122+220=456 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25% from 456); Green value is 122 (48.05% from 255 or 26.75% from 456); Blue value is 220 (86.33% from 255 or 48.25% from 456); Max value from RGB is 220 - color contains mainly: blue. Hex color #727ADC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727ADC is #8D8523. Grayscale: #828282. Windows color (decimal): -9274660 or 14449266. OLE color: 14449266.

HSL color Cylindrical-coordinate representation of color #727ADC: hue angle of 235.47º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #727ADC is Cyan = 0.48, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 122 220 -
CMYK 0.48 0.45 0 0.14
HSL 235.47º 0.6% 0.65% -
HSV(B) 235.47º 0.48% 0.86% -
XYZ 26.82 22.66 70.67 -
YUV 130.78 178.35 116.03 -
System Red Green Blue C M Y K H S L
Decimal 114 122 220 0.48 0.45 0 0.14 235.47 0.6 0.65
Hex 72 7A DC 30 2D 0 E EB 3C 41
Octal 162 172 334 60 55 0 16 353 74 101
Binary 1110010 1111010 11011100 110000 101101 0 1110 11101011 111100 1000001

Color Harmonies of #727ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727ADC

Black with #727ADC

Text Example


Text Example

White with #727ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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