#B7A7DB

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

Shades of Moon Raker #B7A7DB

Tints of Moon Raker #B7A7DB

Color information

#B7A7DB (or 0xB7A7DB) is unknown color: approx Moon Raker. HEX triplet: B7, A7 and DB. RGB value is (183,167,219). Sum of RGB (Red+Green+Blue) = 183+167+219=569 (75% of max value = 765). Red value is 183 (71.88% from 255 or 32.16% from 569); Green value is 167 (65.62% from 255 or 29.35% from 569); Blue value is 219 (85.94% from 255 or 38.49% from 569); Max value from RGB is 219 - color contains mainly: blue. Hex color #B7A7DB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B7A7DB is #485824. Grayscale: #B1B1B1. Windows color (decimal): -4741157 or 14395319. OLE color: 14395319.

HSL color Cylindrical-coordinate representation of color #B7A7DB: hue angle of 258.46º degrees, saturation: 0.42, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #B7A7DB is Cyan = 0.16, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB183167219-
CMYK0.160.2400.14
HSL258.46º41.94%75.69%-
HSV(B)258.46º23.74%85.88%-
XYZ46.1342.8272.85-
YUV177.71151.3131.77-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 32.16%
GREEN value IS 167 (65.62% from 255) = 29.35%
BLUE value IS 219 (85.94% from 255) = 38.49%
R=32.16%
G=29.35%
B=38.49%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1831672190.160.2400.14258.4641.9475.69
HexB7A7DB10180E1022a4c
Octal267247333203001640252114
Binary1011011110100111110110111000011000011101000000101010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B7A7DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B7A7DB; }

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

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

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

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

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

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

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

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