Html Css Color HEX #727CCF Moody Blue

📋 copy color: '#727CCF'

red 114 ◦ green 124 ◦ blue 207

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

Shades of Moody Blue #727CCF

Tints of Moody Blue #727CCF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 46.52%

R = 25.62%
G = 27.87%
B = 46.52%

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

#727CCF (or 0x727CCF) is known color: Moody Blue. HEX triplet: 72, 7C and CF. RGB value is (114,124,207). Sum of RGB (Red+Green+Blue) = 114+124+207=445 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.62% from 445); Green value is 124 (48.83% from 255 or 27.87% from 445); Blue value is 207 (81.25% from 255 or 46.52% from 445); Max value from RGB is 207 - color contains mainly: blue. Hex color #727CCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727CCF is #8D8330. Grayscale: #828282. Windows color (decimal): -9274161 or 13597810. OLE color: 13597810.

HSL color Cylindrical-coordinate representation of color #727CCF: hue angle of 233.55º degrees, saturation: 0.49, 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 #727CCF is Cyan = 0.45, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 114 124 207 -
CMYK 0.45 0.40 0 0.19
HSL 233.55º 0.49% 0.63% -
HSV(B) 233.55º 0.45% 0.81% -
XYZ 25.41 22.5 62.03 -
YUV 130.47 171.19 116.25 -
System Red Green Blue C M Y K H S L
Decimal 114 124 207 0.45 0.40 0 0.19 233.55 0.49 0.63
Hex 72 7C CF 2D 28 0 13 EA 31 3F
Octal 162 174 317 55 50 0 23 352 61 77
Binary 1110010 1111100 11001111 101101 101000 0 10011 11101010 110001 111111

Color Harmonies of #727CCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727CCF

Black with #727CCF

Text Example


Text Example

White with #727CCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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