Html Css Color HEX #727CDA Moody Blue

📋 copy color: '#727CDA'

red 114 ◦ green 124 ◦ blue 218

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

Shades of Moody Blue #727CDA

Tints of Moody Blue #727CDA

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.19%

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

R = 25%
G = 27.19%
B = 47.81%

CMYK

 C value IS 0.48

 M value IS 0.43

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#727CDA (or 0x727CDA) is known color: Moody Blue. HEX triplet: 72, 7C and DA. RGB value is (114,124,218). Sum of RGB (Red+Green+Blue) = 114+124+218=456 (60% of max value = 765). Red value is 114 (44.92% from 255 or 25% from 456); Green value is 124 (48.83% from 255 or 27.19% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 218 - color contains mainly: blue. Hex color #727CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727CDA is #8D8325. Grayscale: #838383. Windows color (decimal): -9274150 or 14318706. OLE color: 14318706.

HSL color Cylindrical-coordinate representation of color #727CDA: hue angle of 234.23º 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 #727CDA is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 114 124 218 -
CMYK 0.48 0.43 0 0.15
HSL 234.23º 0.58% 0.65% -
HSV(B) 234.23º 0.48% 0.85% -
XYZ 26.8 23.05 69.37 -
YUV 131.73 176.69 115.36 -
System Red Green Blue C M Y K H S L
Decimal 114 124 218 0.48 0.43 0 0.15 234.23 0.58 0.65
Hex 72 7C DA 30 2B 0 F EA 3A 41
Octal 162 174 332 60 53 0 17 352 72 101
Binary 1110010 1111100 11011010 110000 101011 0 1111 11101010 111010 1000001

Color Harmonies of #727CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727CDA

Black with #727CDA

Text Example


Text Example

White with #727CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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