Html Css Color HEX #726BBF Moody Blue

📋 copy color: '#726BBF'

red 114 ◦ green 107 ◦ blue 191

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

Shades of Moody Blue #726BBF

Tints of Moody Blue #726BBF

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.97%

 BLUE value IS 191 (75% from 255) = 46.36%

R = 27.67%
G = 25.97%
B = 46.36%

CMYK

 C value IS 0.40

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#726BBF (or 0x726BBF) is known color: Moody Blue. HEX triplet: 72, 6B and BF. RGB value is (114,107,191). Sum of RGB (Red+Green+Blue) = 114+107+191=412 (54% of max value = 765). Red value is 114 (44.92% from 255 or 27.67% from 412); Green value is 107 (42.19% from 255 or 25.97% from 412); Blue value is 191 (75% from 255 or 46.36% from 412); Max value from RGB is 191 - color contains mainly: blue. Hex color #726BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #726BBF is #8D9440. Grayscale: #767676. Windows color (decimal): -9278529 or 12544882. OLE color: 12544882.

HSL color Cylindrical-coordinate representation of color #726BBF: hue angle of 245º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #726BBF is Cyan = 0.40, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 114 107 191 -
CMYK 0.40 0.44 0 0.25
HSL 245º 0.4% 0.58% -
HSV(B) 245º 0.44% 0.75% -
XYZ 21.6 17.85 51.6 -
YUV 118.67 168.82 124.67 -
System Red Green Blue C M Y K H S L
Decimal 114 107 191 0.40 0.44 0 0.25 245 0.4 0.58
Hex 72 6B BF 28 2C 0 19 F5 28 3A
Octal 162 153 277 50 54 0 31 365 50 72
Binary 1110010 1101011 10111111 101000 101100 0 11001 11110101 101000 111010

Color Harmonies of #726BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #726BBF

Black with #726BBF

Text Example


Text Example

White with #726BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #726BBF; }

 p { color: rgb(114,107,191); }

 H1.HeaderClassName
 {
   color: #726BBF;
 }
 .AnyTagClassName
 {
   color: #726BBF;
 }
</style>

background-color css

<style>
 a { background-color: #726BBF; }

 a { background-color: rgb(114,107,191); }

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

border-color css

<style>
 span { border-color: #726BBF; }

 span { border-color: rgb(114,107,191); }

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