Html Css Color HEX #727BD7 Moody Blue

📋 copy color: '#727BD7'

red 114 ◦ green 123 ◦ blue 215

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

Shades of Moody Blue #727BD7

Tints of Moody Blue #727BD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 47.57%

R = 25.22%
G = 27.21%
B = 47.57%

CMYK

 C value IS 0.47

 M value IS 0.43

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#727BD7 (or 0x727BD7) is known color: Moody Blue. HEX triplet: 72, 7B and D7. RGB value is (114,123,215). Sum of RGB (Red+Green+Blue) = 114+123+215=452 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.22% from 452); Green value is 123 (48.44% from 255 or 27.21% from 452); Blue value is 215 (84.38% from 255 or 47.57% from 452); Max value from RGB is 215 - color contains mainly: blue. Hex color #727BD7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727BD7 is #8D8428. Grayscale: #828282. Windows color (decimal): -9274409 or 14121842. OLE color: 14121842.

HSL color Cylindrical-coordinate representation of color #727BD7: hue angle of 234.65º degrees, saturation: 0.56, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #727BD7 is Cyan = 0.47, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 114 123 215 -
CMYK 0.47 0.43 0 0.16
HSL 234.65º 0.56% 0.65% -
HSV(B) 234.65º 0.47% 0.84% -
XYZ 26.29 22.65 67.28 -
YUV 130.8 175.52 116.02 -
System Red Green Blue C M Y K H S L
Decimal 114 123 215 0.47 0.43 0 0.16 234.65 0.56 0.65
Hex 72 7B D7 2F 2B 0 10 EB 38 41
Octal 162 173 327 57 53 0 20 353 70 101
Binary 1110010 1111011 11010111 101111 101011 0 10000 11101011 111000 1000001

Color Harmonies of #727BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727BD7

Black with #727BD7

Text Example


Text Example

White with #727BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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