Html Css Color HEX #727FDA Moody Blue

📋 copy color: '#727FDA'

red 114 ◦ green 127 ◦ blue 218

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

Shades of Moody Blue #727FDA

Tints of Moody Blue #727FDA

RGB

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

 GREEN value IS 127 (50% from 255) = 27.67%

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

R = 24.84%
G = 27.67%
B = 47.49%

CMYK

 C value IS 0.48

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#727FDA (or 0x727FDA) is known color: Moody Blue. HEX triplet: 72, 7F and DA. RGB value is (114,127,218). Sum of RGB (Red+Green+Blue) = 114+127+218=459 (60% of max value = 765). Red value is 114 (44.92% from 255 or 24.84% from 459); Green value is 127 (50% from 255 or 27.67% from 459); Blue value is 218 (85.55% from 255 or 47.49% from 459); Max value from RGB is 218 - color contains mainly: blue. Hex color #727FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727FDA is #8D8025. Grayscale: #858585. Windows color (decimal): -9273382 or 14319474. OLE color: 14319474.

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

Color convert

RGB 114 127 218 -
CMYK 0.48 0.42 0 0.15
HSL 232.5º 0.58% 0.65% -
HSV(B) 232.5º 0.48% 0.85% -
XYZ 27.18 23.82 69.49 -
YUV 133.49 175.69 114.1 -
System Red Green Blue C M Y K H S L
Decimal 114 127 218 0.48 0.42 0 0.15 232.5 0.58 0.65
Hex 72 7F DA 30 2A 0 F E8 3A 41
Octal 162 177 332 60 52 0 17 350 72 101
Binary 1110010 1111111 11011010 110000 101010 0 1111 11101000 111010 1000001

Color Harmonies of #727FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727FDA

Black with #727FDA

Text Example


Text Example

White with #727FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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