#9997BE

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

Shades of Logan #9997BE

Tints of Logan #9997BE

Color information

#9997BE (or 0x9997BE) is unknown color: approx Logan. HEX triplet: 99, 97 and BE. RGB value is (153,151,190). Sum of RGB (Red+Green+Blue) = 153+151+190=494 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.97% from 494); Green value is 151 (59.38% from 255 or 30.57% from 494); Blue value is 190 (74.61% from 255 or 38.46% from 494); Max value from RGB is 190 - color contains mainly: blue. Hex color #9997BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9997BE is #666841. Grayscale: #9B9B9B. Windows color (decimal): -6711362 or 12490649. OLE color: 12490649.

HSL color Cylindrical-coordinate representation of color #9997BE: hue angle of 243.08º degrees, saturation: 0.23, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9997BE is Cyan = 0.19, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB153151190-
CMYK0.190.2100.25
HSL243.08º23.08%66.86%-
HSV(B)243.08º20.53%74.51%-
XYZ33.532.6253.25-
YUV156.04147.16125.83-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.97%
GREEN value IS 151 (59.38% from 255) = 30.57%
BLUE value IS 190 (74.61% from 255) = 38.46%
R=30.97%
G=30.57%
B=38.46%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531511900.190.2100.25243.0823.0866.86
Hex9997BE1315019f31743
Octal231227276232503136327103
Binary100110011001011110111110100111010101100111110011101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9997BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9997BE; }

 p { color: rgb(153,151,190); }

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

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

 a { background-color: rgb(153,151,190); }

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

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

 span { border-color: rgb(153,151,190); }

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