#9599BD

Color #9599BD Logan (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Logan #9599BD

Tints of Logan #9599BD

Color information

#9599BD (or 0x9599BD) is unknown color: approx Logan. HEX triplet: 95, 99 and BD. RGB value is (149,153,189). Sum of RGB (Red+Green+Blue) = 149+153+189=491 (65% of max value = 765). Red value is 149 (58.59% from 255 or 30.35% from 491); Green value is 153 (60.16% from 255 or 31.16% from 491); Blue value is 189 (74.22% from 255 or 38.49% from 491); Max value from RGB is 189 - color contains mainly: blue. Hex color #9599BD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9599BD is #6A6642. Grayscale: #9B9B9B. Windows color (decimal): -6972995 or 12425621. OLE color: 12425621.

HSL color Cylindrical-coordinate representation of color #9599BD: hue angle of 234º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9599BD is Cyan = 0.21, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB149153189-
CMYK0.210.1900.26
HSL234º23.26%66.27%-
HSV(B)234º21.16%74.12%-
XYZ32.9732.8552.75-
YUV155.91146.67123.07-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 30.35%
GREEN value IS 153 (60.16% from 255) = 31.16%
BLUE value IS 189 (74.22% from 255) = 38.49%
R=30.35%
G=31.16%
B=38.49%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1491531890.210.1900.2623423.2666.27
Hex9599BD151301Aea1742
Octal225231275252303235227102
Binary100101011001100110111101101011001101101011101010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9599BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9599BD; }

 p { color: rgb(149,153,189); }

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

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

 a { background-color: rgb(149,153,189); }

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

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

 span { border-color: rgb(149,153,189); }

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