#7B67CE

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

Shades of Moody Blue #7B67CE

Tints of Moody Blue #7B67CE

Color information

#7B67CE (or 0x7B67CE) is unknown color: approx Moody Blue. HEX triplet: 7B, 67 and CE. RGB value is (123,103,206). Sum of RGB (Red+Green+Blue) = 123+103+206=432 (57% of max value = 765). Red value is 123 (48.44% from 255 or 28.47% from 432); Green value is 103 (40.62% from 255 or 23.84% from 432); Blue value is 206 (80.86% from 255 or 47.69% from 432); Max value from RGB is 206 - color contains mainly: blue. Hex color #7B67CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B67CE is #849831. Grayscale: #787878. Windows color (decimal): -8689714 or 13526907. OLE color: 13526907.

HSL color Cylindrical-coordinate representation of color #7B67CE: hue angle of 251.65º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #7B67CE is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB123103206-
CMYK0.400.5000.19
HSL251.65º51.24%60.59%-
HSV(B)251.65º50%80.78%-
XYZ24.1618.3760.66-
YUV120.72176.13129.62-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 28.47%
GREEN value IS 103 (40.62% from 255) = 23.84%
BLUE value IS 206 (80.86% from 255) = 47.69%
R=28.47%
G=23.84%
B=47.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1231032060.400.5000.19251.6551.2460.59
Hex7B67CE2832013fc333d
Octal17314731650620233746375
Binary111101111001111100111010100011001001001111111100110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B67CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,103,206); }

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

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

 a { background-color: rgb(123,103,206); }

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

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

 span { border-color: rgb(123,103,206); }

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