Html Css Color HEX #727CD3 Moody Blue

📋 copy color: '#727CD3'

red 114 ◦ green 124 ◦ blue 211

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

Shades of Moody Blue #727CD3

Tints of Moody Blue #727CD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 46.99%

R = 25.39%
G = 27.62%
B = 46.99%

CMYK

 C value IS 0.46

 M value IS 0.41

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#727CD3 (or 0x727CD3) is known color: Moody Blue. HEX triplet: 72, 7C and D3. RGB value is (114,124,211). Sum of RGB (Red+Green+Blue) = 114+124+211=449 (59% of max value = 765). Red value is 114 (44.92% from 255 or 25.39% from 449); Green value is 124 (48.83% from 255 or 27.62% from 449); Blue value is 211 (82.81% from 255 or 46.99% from 449); Max value from RGB is 211 - color contains mainly: blue. Hex color #727CD3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727CD3 is #8D832C. Grayscale: #828282. Windows color (decimal): -9274157 or 13859954. OLE color: 13859954.

HSL color Cylindrical-coordinate representation of color #727CD3: hue angle of 233.81º degrees, saturation: 0.52, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #727CD3 is Cyan = 0.46, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 114 124 211 -
CMYK 0.46 0.41 0 0.17
HSL 233.81º 0.52% 0.64% -
HSV(B) 233.81º 0.46% 0.83% -
XYZ 25.9 22.7 64.64 -
YUV 130.93 173.19 115.93 -
System Red Green Blue C M Y K H S L
Decimal 114 124 211 0.46 0.41 0 0.17 233.81 0.52 0.64
Hex 72 7C D3 2E 29 0 11 EA 34 40
Octal 162 174 323 56 51 0 21 352 64 100
Binary 1110010 1111100 11010011 101110 101001 0 10001 11101010 110100 1000000

Color Harmonies of #727CD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727CD3

Black with #727CD3

Text Example


Text Example

White with #727CD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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