#9998BF

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

Shades of Logan #9998BF

Tints of Logan #9998BF

Color information

#9998BF (or 0x9998BF) is unknown color: approx Logan. HEX triplet: 99, 98 and BF. RGB value is (153,152,191). Sum of RGB (Red+Green+Blue) = 153+152+191=496 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.85% from 496); Green value is 152 (59.77% from 255 or 30.65% from 496); Blue value is 191 (75% from 255 or 38.51% from 496); Max value from RGB is 191 - color contains mainly: blue. Hex color #9998BF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9998BF is #666740. Grayscale: #9C9C9C. Windows color (decimal): -6711105 or 12556441. OLE color: 12556441.

HSL color Cylindrical-coordinate representation of color #9998BF: hue angle of 241.54º 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 #9998BF is Cyan = 0.20, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB153152191-
CMYK0.200.2000.25
HSL241.54º23.35%67.25%-
HSV(B)241.54º20.42%74.9%-
XYZ33.7732.9953.88-
YUV156.74147.33125.33-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.85%
GREEN value IS 152 (59.77% from 255) = 30.65%
BLUE value IS 191 (75% from 255) = 38.51%
R=30.85%
G=30.65%
B=38.51%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531521910.200.2000.25241.5423.3567.25
Hex9998BF1414019f21743
Octal231230277242403136227103
Binary100110011001100010111111101001010001100111110010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9998BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9998BF; }

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

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

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

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

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

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

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

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