Html Css Color HEX #727BCF Moody Blue

📋 copy color: '#727BCF'

red 114 ◦ green 123 ◦ blue 207

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

Shades of Moody Blue #727BCF

Tints of Moody Blue #727BCF

RGB

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

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

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

R = 25.68%
G = 27.7%
B = 46.62%

CMYK

 C value IS 0.45

 M value IS 0.41

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#727BCF (or 0x727BCF) is known color: Moody Blue. HEX triplet: 72, 7B and CF. RGB value is (114,123,207). Sum of RGB (Red+Green+Blue) = 114+123+207=444 (58% of max value = 765). Red value is 114 (44.92% from 255 or 25.68% from 444); Green value is 123 (48.44% from 255 or 27.70% from 444); Blue value is 207 (81.25% from 255 or 46.62% from 444); Max value from RGB is 207 - color contains mainly: blue. Hex color #727BCF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #727BCF is #8D8430. Grayscale: #818181. Windows color (decimal): -9274417 or 13597554. OLE color: 13597554.

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

Color convert

RGB 114 123 207 -
CMYK 0.45 0.41 0 0.19
HSL 234.19º 0.49% 0.63% -
HSV(B) 234.19º 0.45% 0.81% -
XYZ 25.28 22.25 61.99 -
YUV 129.89 171.52 116.67 -
System Red Green Blue C M Y K H S L
Decimal 114 123 207 0.45 0.41 0 0.19 234.19 0.49 0.63
Hex 72 7B CF 2D 29 0 13 EA 31 3F
Octal 162 173 317 55 51 0 23 352 61 77
Binary 1110010 1111011 11001111 101101 101001 0 10011 11101010 110001 111111

Color Harmonies of #727BCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #727BCF

Black with #727BCF

Text Example


Text Example

White with #727BCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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