#B7A7D1

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

Shades of Moon Raker #B7A7D1

Tints of Moon Raker #B7A7D1

Color information

#B7A7D1 (or 0xB7A7D1) is unknown color: approx Moon Raker. HEX triplet: B7, A7 and D1. RGB value is (183,167,209). Sum of RGB (Red+Green+Blue) = 183+167+209=559 (74% of max value = 765). Red value is 183 (71.88% from 255 or 32.74% from 559); Green value is 167 (65.62% from 255 or 29.87% from 559); Blue value is 209 (82.03% from 255 or 37.39% from 559); Max value from RGB is 209 - color contains mainly: blue. Hex color #B7A7D1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A7D1 is #48582E. Grayscale: #B0B0B0. Windows color (decimal): -4741167 or 13739959. OLE color: 13739959.

HSL color Cylindrical-coordinate representation of color #B7A7D1: hue angle of 262.86º degrees, saturation: 0.31, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #B7A7D1 is Cyan = 0.12, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB183167209-
CMYK0.120.2000.18
HSL262.86º31.34%73.73%-
HSV(B)262.86º20.1%81.96%-
XYZ44.8642.3166.12-
YUV176.57146.3132.58-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.74%
GREEN value IS 167 (65.62% from 255) = 29.87%
BLUE value IS 209 (82.03% from 255) = 37.39%
R=32.74%
G=29.87%
B=37.39%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1831672090.120.2000.18262.8631.3473.73
HexB7A7D1C140121071f4a
Octal267247321142402240737112
Binary101101111010011111010001110010100010010100000111111111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A7D1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A7D1; }

 p { color: rgb(183,167,209); }

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

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

 a { background-color: rgb(183,167,209); }

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

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

 span { border-color: rgb(183,167,209); }

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