Html Css Color HEX #727BCE Moody Blue

📋 copy color: '#727BCE'

red 114 ◦ green 123 ◦ blue 206

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

Shades of Moody Blue #727BCE

Tints of Moody Blue #727BCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 46.5%

R = 25.73%
G = 27.77%
B = 46.5%

CMYK

 C value IS 0.45

 M value IS 0.40

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#727BCE (or 0x727BCE) is known color: Moody Blue. HEX triplet: 72, 7B and CE. RGB value is (114,123,206). Sum of RGB (Red+Green+Blue) = 114+123+206=443 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.73% from 443); Green value is 123 (48.44% from 255 or 27.77% from 443); Blue value is 206 (80.86% from 255 or 46.50% from 443); Max value from RGB is 206 - color contains mainly: blue. Hex color #727BCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727BCE is #8D8431. Grayscale: #818181. Windows color (decimal): -9274418 or 13532018. OLE color: 13532018.

HSL color Cylindrical-coordinate representation of color #727BCE: hue angle of 234.13º degrees, saturation: 0.48, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #727BCE is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 123 206 -
CMYK 0.45 0.40 0 0.19
HSL 234.13º 0.48% 0.63% -
HSV(B) 234.13º 0.45% 0.81% -
XYZ 25.16 22.2 61.35 -
YUV 129.77 171.02 116.75 -
System Red Green Blue C M Y K H S L
Decimal 114 123 206 0.45 0.40 0 0.19 234.13 0.48 0.63
Hex 72 7B CE 2D 28 0 13 EA 30 3F
Octal 162 173 316 55 50 0 23 352 60 77
Binary 1110010 1111011 11001110 101101 101000 0 10011 11101010 110000 111111

Color Harmonies of #727BCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727BCE

Black with #727BCE

Text Example


Text Example

White with #727BCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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