#7B6BBC

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

Shades of Moody Blue #7B6BBC

Tints of Moody Blue #7B6BBC

Color information

#7B6BBC (or 0x7B6BBC) is unknown color: approx Moody Blue. HEX triplet: 7B, 6B and BC. RGB value is (123,107,188). Sum of RGB (Red+Green+Blue) = 123+107+188=418 (55% of max value = 765). Red value is 123 (48.44% from 255 or 29.43% from 418); Green value is 107 (42.19% from 255 or 25.60% from 418); Blue value is 188 (73.83% from 255 or 44.98% from 418); Max value from RGB is 188 - color contains mainly: blue. Hex color #7B6BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B6BBC is #849443. Grayscale: #787878. Windows color (decimal): -8688708 or 12348283. OLE color: 12348283.

HSL color Cylindrical-coordinate representation of color #7B6BBC: hue angle of 251.85º degrees, saturation: 0.38, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #7B6BBC is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB123107188-
CMYK0.350.4300.26
HSL251.85º37.67%57.84%-
HSV(B)251.85º43.09%73.73%-
XYZ22.518.3649.93-
YUV121.02165.8129.41-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 29.43%
GREEN value IS 107 (42.19% from 255) = 25.60%
BLUE value IS 188 (73.83% from 255) = 44.98%
R=29.43%
G=25.60%
B=44.98%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1231071880.350.4300.26251.8537.6757.84
Hex7B6BBC232B01Afc263a
Octal17315327443530323744672
Binary111101111010111011110010001110101101101011111100100110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B6BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,107,188); }

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

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

 a { background-color: rgb(123,107,188); }

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

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

 span { border-color: rgb(123,107,188); }

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