#B4A7DD

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

Shades of Moon Raker #B4A7DD

Tints of Moon Raker #B4A7DD

Color information

#B4A7DD (or 0xB4A7DD) is unknown color: approx Moon Raker. HEX triplet: B4, A7 and DD. RGB value is (180,167,221). Sum of RGB (Red+Green+Blue) = 180+167+221=568 (75% of max value = 765). Red value is 180 (70.70% from 255 or 31.69% from 568); Green value is 167 (65.62% from 255 or 29.40% from 568); Blue value is 221 (86.72% from 255 or 38.91% from 568); Max value from RGB is 221 - color contains mainly: blue. Hex color #B4A7DD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B4A7DD is #4B5822. Grayscale: #B0B0B0. Windows color (decimal): -4937763 or 14526388. OLE color: 14526388.

HSL color Cylindrical-coordinate representation of color #B4A7DD: hue angle of 254.44º 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 #B4A7DD is Cyan = 0.19, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB180167221-
CMYK0.190.2400.13
HSL254.44º44.26%76.08%-
HSV(B)254.44º24.43%86.67%-
XYZ45.6942.5674.21-
YUV177.04152.81130.11-

RGB Variations

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

RGB

RED value IS 180 (70.70% from 255) = 31.69%
GREEN value IS 167 (65.62% from 255) = 29.40%
BLUE value IS 221 (86.72% from 255) = 38.91%
R=31.69%
G=29.40%
B=38.91%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1801672210.190.2400.13254.4444.2676.08
HexB4A7DD13180Dfe2c4c
Octal264247335233001537654114
Binary101101001010011111011101100111100001101111111101011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B4A7DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B4A7DD; }

 p { color: rgb(180,167,221); }

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

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

 a { background-color: rgb(180,167,221); }

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

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

 span { border-color: rgb(180,167,221); }

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