#7B7FDA

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

Shades of Moody Blue #7B7FDA

Tints of Moody Blue #7B7FDA

Color information

#7B7FDA (or 0x7B7FDA) is unknown color: approx Moody Blue. HEX triplet: 7B, 7F and DA. RGB value is (123,127,218). Sum of RGB (Red+Green+Blue) = 123+127+218=468 (61% of max value = 765). Red value is 123 (48.44% from 255 or 26.28% from 468); Green value is 127 (50% from 255 or 27.14% from 468); Blue value is 218 (85.55% from 255 or 46.58% from 468); Max value from RGB is 218 - color contains mainly: blue. Hex color #7B7FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #7B7FDA is #848025. Grayscale: #878787. Windows color (decimal): -8683558 or 14319483. OLE color: 14319483.

HSL color Cylindrical-coordinate representation of color #7B7FDA: hue angle of 237.47º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #7B7FDA is Cyan = 0.44, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB123127218-
CMYK0.440.4200.15
HSL237.47º56.21%66.86%-
HSV(B)237.47º43.58%85.49%-
XYZ28.4124.4569.55-
YUV136.18174.17118.6-

RGB Variations

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

RGB

RED value IS 123 (48.44% from 255) = 26.28%
GREEN value IS 127 (50% from 255) = 27.14%
BLUE value IS 218 (85.55% from 255) = 46.58%
R=26.28%
G=27.14%
B=46.58%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1231272180.440.4200.15237.4756.2166.86
Hex7B7FDA2C2A0Fed3843
Octal173177332545201735570103
Binary111101111111111101101010110010101001111111011011110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7B7FDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(123,127,218); }

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

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

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

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

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

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

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