#b7a5ea

Color #B7A5EA Moon Raker (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Moon Raker #B7A5EA

Tints of Moon Raker #B7A5EA

Color information

#B7A5EA (or 0xB7A5EA) is unknown color: approx Moon Raker. HEX triplet: B7, A5 and EA. RGB value is (183,165,234). Sum of RGB (Red+Green+Blue) = 183+165+234=582 (77% of max value = 765). Red value is 183 (71.88% from 255 or 31.44% from 582); Green value is 165 (64.84% from 255 or 28.35% from 582); Blue value is 234 (91.80% from 255 or 40.21% from 582); Max value from RGB is 234 - color contains mainly: blue. Hex color #B7A5EA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #B7A5EA is #485A15. Grayscale: #B1B1B1. Windows color (decimal): -4741654 or 15377847. OLE color: 15377847.

HSL color Cylindrical-coordinate representation of color #B7A5EA: hue angle of 255.65º degrees, saturation: 0.62, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #B7A5EA is Cyan = 0.22, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB183165234-
CMYK0.220.2900.08
HSL255.65º62.16%78.24%-
HSV(B)255.65º29.49%91.76%-
XYZ47.8342.9283.6-
YUV178.25159.46131.39-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.44%
GREEN value IS 165 (64.84% from 255) = 28.35%
BLUE value IS 234 (91.80% from 255) = 40.21%
R=31.44%
G=28.35%
B=40.21%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1831652340.220.2900.08255.6562.1678.24
HexB7A5EA161D081003e4e
Octal267245352263501040076116
Binary1011011110100101111010101011011101010001000000001111101001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #b7a5ea

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #b7a5ea; }

 p { color: rgb(183,165,234); }

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

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

 a { background-color: rgb(183,165,234); }

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

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

 span { border-color: rgb(183,165,234); }

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