#9998BE

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

Shades of Logan #9998BE

Tints of Logan #9998BE

Color information

#9998BE (or 0x9998BE) is unknown color: approx Logan. HEX triplet: 99, 98 and BE. RGB value is (153,152,190). Sum of RGB (Red+Green+Blue) = 153+152+190=495 (65% of max value = 765). Red value is 153 (60.16% from 255 or 30.91% from 495); Green value is 152 (59.77% from 255 or 30.71% from 495); Blue value is 190 (74.61% from 255 or 38.38% from 495); Max value from RGB is 190 - color contains mainly: blue. Hex color #9998BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9998BE is #666741. Grayscale: #9C9C9C. Windows color (decimal): -6711106 or 12490905. OLE color: 12490905.

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

Color convert

RGB153152190-
CMYK0.190.200.25
HSL241.58º22.62%67.06%-
HSV(B)241.58º20%74.51%-
XYZ33.6632.9553.3-
YUV156.63146.83125.41-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 30.91%
GREEN value IS 152 (59.77% from 255) = 30.71%
BLUE value IS 190 (74.61% from 255) = 38.38%
R=30.91%
G=30.71%
B=38.38%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.2
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531521900.190.200.25241.5822.6267.06
Hex9998BE1314019f21743
Octal231230276232403136227103
Binary100110011001100010111110100111010001100111110010101111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9998BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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