Html Css Color HEX #727BDA Moody Blue

📋 copy color: '#727BDA'

red 114 ◦ green 123 ◦ blue 218

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

Shades of Moody Blue #727BDA

Tints of Moody Blue #727BDA

RGB

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

 GREEN value IS 123 (48.44% from 255) = 27.03%

 BLUE value IS 218 (85.55% from 255) = 47.91%

R = 25.05%
G = 27.03%
B = 47.91%

CMYK

 C value IS 0.48

 M value IS 0.44

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#727BDA (or 0x727BDA) is known color: Moody Blue. HEX triplet: 72, 7B and DA. RGB value is (114,123,218). Sum of RGB (Red+Green+Blue) = 114+123+218=455 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25.05% from 455); Green value is 123 (48.44% from 255 or 27.03% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #727BDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727BDA is #8D8425. Grayscale: #828282. Windows color (decimal): -9274406 or 14318450. OLE color: 14318450.

HSL color Cylindrical-coordinate representation of color #727BDA: hue angle of 234.81º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #727BDA is Cyan = 0.48, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 114 123 218 -
CMYK 0.48 0.44 0 0.15
HSL 234.81º 0.58% 0.65% -
HSV(B) 234.81º 0.48% 0.85% -
XYZ 26.68 22.81 69.33 -
YUV 131.14 177.02 115.78 -
System Red Green Blue C M Y K H S L
Decimal 114 123 218 0.48 0.44 0 0.15 234.81 0.58 0.65
Hex 72 7B DA 30 2C 0 F EB 3A 41
Octal 162 173 332 60 54 0 17 353 72 101
Binary 1110010 1111011 11011010 110000 101100 0 1111 11101011 111010 1000001

Color Harmonies of #727BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727BDA

Black with #727BDA

Text Example


Text Example

White with #727BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(114,123,218); }

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

background-color css

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

 a { background-color: rgb(114,123,218); }

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

border-color css

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

 span { border-color: rgb(114,123,218); }

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