#7B70BB

Color #7B70BB Moody Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moody Blue #7B70BB

Tints of Moody Blue #7B70BB

Color information

#7B70BB (or 0x7B70BB) is unknown color: approx Moody Blue. HEX triplet: 7B, 70 and BB. RGB value is (123,112,187). Sum of RGB (Red+Green+Blue) = 123+112+187=422 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.15% from 422); Green value is 112 (44.14% from 255 or 26.54% from 422); Blue value is 187 (73.44% from 255 or 44.31% from 422); Max value from RGB is 187 - color contains mainly: blue. Hex color #7B70BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B70BB is #848F44. Grayscale: #7B7B7B. Windows color (decimal): -8687429 or 12284027. OLE color: 12284027.

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

Color convert

RGB123112187-
CMYK0.340.4000.27
HSL248.8º35.55%58.63%-
HSV(B)248.8º40.11%73.33%-
XYZ22.9319.3949.55-
YUV123.84163.64127.4-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.15%
GREEN value IS 112 (44.14% from 255) = 26.54%
BLUE value IS 187 (73.44% from 255) = 44.31%
R=29.15%
G=26.54%
B=44.31%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1231121870.340.4000.27248.835.5558.63
Hex7B70BB222801Bf9243b
Octal17316027342500333714473
Binary111101111100001011101110001010100001101111111001100100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B70BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #7B70BB;
 }
 .AnyTagClassName
 {
   color: #7B70BB;
 }
</style>
background-color css

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

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

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

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

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

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