#B7A5DD

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

Shades of Moon Raker #B7A5DD

Tints of Moon Raker #B7A5DD

Color information

#B7A5DD (or 0xB7A5DD) is unknown color: approx Moon Raker. HEX triplet: B7, A5 and DD. RGB value is (183,165,221). Sum of RGB (Red+Green+Blue) = 183+165+221=569 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.16% from 569); Green value is 165 (64.84% from 255 or 29.00% from 569); Blue value is 221 (86.72% from 255 or 38.84% from 569); Max value from RGB is 221 - color contains mainly: blue. Hex color #B7A5DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A5DD is #485A22. Grayscale: #B0B0B0. Windows color (decimal): -4741667 or 14525879. OLE color: 14525879.

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

Color convert

RGB183165221-
CMYK0.170.2500.13
HSL259.29º45.16%75.69%-
HSV(B)259.29º25.34%86.67%-
XYZ46.0342.274.13-
YUV176.77152.96132.45-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.16%
GREEN value IS 165 (64.84% from 255) = 29.00%
BLUE value IS 221 (86.72% from 255) = 38.84%
R=32.16%
G=29.00%
B=38.84%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1831652210.170.2500.13259.2945.1675.69
HexB7A5DD11190D1032d4c
Octal267245335213101540355114
Binary1011011110100101110111011000111001011011000000111011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A5DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A5DD; }

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

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

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

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

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

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

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

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