#B79BC4

Color #B79BC4 East Side (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of East Side #B79BC4

Tints of East Side #B79BC4

Color information

#B79BC4 (or 0xB79BC4) is unknown color: approx East Side. HEX triplet: B7, 9B and C4. RGB value is (183,155,196). Sum of RGB (Red+Green+Blue) = 183+155+196=534 (70% of max value = 765). Red value is 183 (71.88% from 255 or 34.27% from 534); Green value is 155 (60.94% from 255 or 29.03% from 534); Blue value is 196 (76.95% from 255 or 36.70% from 534); Max value from RGB is 196 - color contains mainly: blue. Hex color #B79BC4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #B79BC4 is #48643B. Grayscale: #A7A7A7. Windows color (decimal): -4744252 or 12884919. OLE color: 12884919.

HSL color Cylindrical-coordinate representation of color #B79BC4: hue angle of 280.98º degrees, saturation: 0.26, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #B79BC4 is Cyan = 0.07, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB183155196-
CMYK0.070.2100.23
HSL280.98º25.79%68.82%-
HSV(B)280.98º20.92%76.86%-
XYZ41.2137.557.29-
YUV168.05143.78138.67-

RGB Variations

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

RGB

RED value IS 183 (71.88% from 255) = 34.27%
GREEN value IS 155 (60.94% from 255) = 29.03%
BLUE value IS 196 (76.95% from 255) = 36.70%
R=34.27%
G=29.03%
B=36.70%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1831551960.070.2100.23280.9825.7968.82
HexB79BC47150171191a45
Octal26723330472502743132105
Binary10110111100110111100010011110101010111100011001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #B79BC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #B79BC4; }

 p { color: rgb(183,155,196); }

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

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

 a { background-color: rgb(183,155,196); }

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

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

 span { border-color: rgb(183,155,196); }

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