#7b7bde

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

Shades of Moody Blue #7B7BDE

Tints of Moody Blue #7B7BDE

Color information

#7B7BDE (or 0x7B7BDE) is unknown color: approx Moody Blue. HEX triplet: 7B, 7B and DE. RGB value is (123,123,222). Sum of RGB (Red+Green+Blue) = 123+123+222=468 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.28% from 468); Green value is 123 (48.44% from 255 or 26.28% from 468); Blue value is 222 (87.11% from 255 or 47.44% from 468); Max value from RGB is 222 - color contains mainly: blue. Hex color #7B7BDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B7BDE is #848421. Grayscale: #858585. Windows color (decimal): -8684578 or 14580603. OLE color: 14580603.

HSL color Cylindrical-coordinate representation of color #7B7BDE: hue angle of 240º degrees, saturation: 0.6, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #7B7BDE is Cyan = 0.45, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB123123222-
CMYK0.450.4500.13
HSL240º60%67.65%-
HSV(B)240º44.59%87.06%-
XYZ28.4423.6572.17-
YUV134.29177.5119.95-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.28%
GREEN value IS 123 (48.44% from 255) = 26.28%
BLUE value IS 222 (87.11% from 255) = 47.44%
R=26.28%
G=26.28%
B=47.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1231232220.450.4500.132406067.65
Hex7B7BDE2D2D0Df03c44
Octal173173336555501536074104
Binary111101111110111101111010110110110101101111100001111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7b7bde

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,123,222); }

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

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

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

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

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

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

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