#9D99BF

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

Shades of Logan #9D99BF

Tints of Logan #9D99BF

Color information

#9D99BF (or 0x9D99BF) is unknown color: approx Logan. HEX triplet: 9D, 99 and BF. RGB value is (157,153,191). Sum of RGB (Red+Green+Blue) = 157+153+191=501 (66% of max value = 765). Red value is 157 (61.72% from 255 or 31.34% from 501); Green value is 153 (60.16% from 255 or 30.54% from 501); Blue value is 191 (75% from 255 or 38.12% from 501); Max value from RGB is 191 - color contains mainly: blue. Hex color #9D99BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9D99BF is #626640. Grayscale: #9E9E9E. Windows color (decimal): -6448705 or 12556701. OLE color: 12556701.

HSL color Cylindrical-coordinate representation of color #9D99BF: hue angle of 246.32º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #9D99BF is Cyan = 0.18, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB157153191-
CMYK0.180.2000.25
HSL246.32º22.89%67.45%-
HSV(B)246.32º19.9%74.9%-
XYZ34.733.7153.97-
YUV158.53146.33126.91-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 31.34%
GREEN value IS 153 (60.16% from 255) = 30.54%
BLUE value IS 191 (75% from 255) = 38.12%
R=31.34%
G=30.54%
B=38.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1571531910.180.2000.25246.3222.8967.45
Hex9D99BF1214019f61743
Octal235231277222403136627103
Binary100111011001100110111111100101010001100111110110101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D99BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D99BF; }

 p { color: rgb(157,153,191); }

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

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

 a { background-color: rgb(157,153,191); }

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

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

 span { border-color: rgb(157,153,191); }

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