#B7A8DD

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

Shades of Moon Raker #B7A8DD

Tints of Moon Raker #B7A8DD

Color information

#B7A8DD (or 0xB7A8DD) is unknown color: approx Moon Raker. HEX triplet: B7, A8 and DD. RGB value is (183,168,221). Sum of RGB (Red+Green+Blue) = 183+168+221=572 (75% of max value = 765). Red value is 183 (71.88% from 255 or 31.99% from 572); Green value is 168 (66.02% from 255 or 29.37% from 572); Blue value is 221 (86.72% from 255 or 38.64% from 572); Max value from RGB is 221 - color contains mainly: blue. Hex color #B7A8DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A8DD is #485722. Grayscale: #B2B2B2. Windows color (decimal): -4740899 or 14526647. OLE color: 14526647.

HSL color Cylindrical-coordinate representation of color #B7A8DD: hue angle of 256.98º degrees, saturation: 0.44, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7A8DD is Cyan = 0.17, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB183168221-
CMYK0.170.2400.13
HSL256.98º43.8%76.27%-
HSV(B)256.98º23.98%86.67%-
XYZ46.5843.2974.31-
YUV178.53151.97131.19-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 31.99%
GREEN value IS 168 (66.02% from 255) = 29.37%
BLUE value IS 221 (86.72% from 255) = 38.64%
R=31.99%
G=29.37%
B=38.64%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1831682210.170.2400.13256.9843.876.27
HexB7A8DD11180D1012c4c
Octal267250335213001540154114
Binary1011011110101000110111011000111000011011000000011011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A8DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A8DD; }

 p { color: rgb(183,168,221); }

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

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

 a { background-color: rgb(183,168,221); }

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

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

 span { border-color: rgb(183,168,221); }

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