Html Css Color HEX #727ADB Moody Blue

📋 copy color: '#727ADB'

red 114 ◦ green 122 ◦ blue 219

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

Shades of Moody Blue #727ADB

Tints of Moody Blue #727ADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 48.13%

R = 25.05%
G = 26.81%
B = 48.13%

CMYK

 C value IS 0.48

 M value IS 0.44

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#727ADB (or 0x727ADB) is known color: Moody Blue. HEX triplet: 72, 7A and DB. RGB value is (114,122,219). Sum of RGB (Red+Green+Blue) = 114+122+219=455 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.05% from 455); Green value is 122 (48.05% from 255 or 26.81% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #727ADB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727ADB is #8D8524. Grayscale: #828282. Windows color (decimal): -9274661 or 14383730. OLE color: 14383730.

HSL color Cylindrical-coordinate representation of color #727ADB: hue angle of 235.43º degrees, saturation: 0.59, 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 #727ADB is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 114 122 219 -
CMYK 0.48 0.44 0 0.14
HSL 235.43º 0.59% 0.65% -
HSV(B) 235.43º 0.48% 0.86% -
XYZ 26.69 22.61 69.98 -
YUV 130.67 177.85 116.11 -
System Red Green Blue C M Y K H S L
Decimal 114 122 219 0.48 0.44 0 0.14 235.43 0.59 0.65
Hex 72 7A DB 30 2C 0 E EB 3B 41
Octal 162 172 333 60 54 0 16 353 73 101
Binary 1110010 1111010 11011011 110000 101100 0 1110 11101011 111011 1000001

Color Harmonies of #727ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727ADB

Black with #727ADB

Text Example


Text Example

White with #727ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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