Html Css Color HEX #7B72BB Moody Blue

📋 copy color: '#7B72BB'

red 123 ◦ green 114 ◦ blue 187

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

Shades of Moody Blue #7B72BB

Tints of Moody Blue #7B72BB

RGB

 RED value IS 123 (48.44% from 255) = 29.01%

 GREEN value IS 114 (44.92% from 255) = 26.89%

 BLUE value IS 187 (73.44% from 255) = 44.1%

R = 29.01%
G = 26.89%
B = 44.1%

CMYK

 C value IS 0.34

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#7B72BB (or 0x7B72BB) is known color: Moody Blue. HEX triplet: 7B, 72 and BB. RGB value is (123,114,187). Sum of RGB (Red+Green+Blue) = 123+114+187=424 (56% of max value = 765). Red value is 123 (48.44% from 255 or 29.01% from 424); Green value is 114 (44.92% from 255 or 26.89% from 424); Blue value is 187 (73.44% from 255 or 44.10% from 424); Max value from RGB is 187 - color contains mainly: blue. Hex color #7B72BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B72BB is #848D44. Grayscale: #7C7C7C. Windows color (decimal): -8686917 or 12284539. OLE color: 12284539.

HSL color Cylindrical-coordinate representation of color #7B72BB: hue angle of 247.4º degrees, saturation: 0.35, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #7B72BB is Cyan = 0.34, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 123 114 187 -
CMYK 0.34 0.39 0 0.27
HSL 247.4º 0.35% 0.59% -
HSV(B) 247.4º 0.39% 0.73% -
XYZ 23.16 19.83 49.62 -
YUV 125.01 162.98 126.56 -
System Red Green Blue C M Y K H S L
Decimal 123 114 187 0.34 0.39 0 0.27 247.4 0.35 0.59
Hex 7B 72 BB 22 27 0 1B F7 23 3B
Octal 173 162 273 42 47 0 33 367 43 73
Binary 1111011 1110010 10111011 100010 100111 0 11011 11110111 100011 111011

Color Harmonies of #7B72BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #7B72BB

Black with #7B72BB

Text Example


Text Example

White with #7B72BB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #7B72BB; }

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

 H1.HeaderClassName
 {
   color: #7B72BB;
 }
 .AnyTagClassName
 {
   color: #7B72BB;
 }
</style>

background-color css

<style>
 a { background-color: #7B72BB; }

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

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

border-color css

<style>
 span { border-color: #7B72BB; }

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

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