#9994BE

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

Shades of Logan #9994BE

Tints of Logan #9994BE

Color information

#9994BE (or 0x9994BE) is unknown color: approx Logan. HEX triplet: 99, 94 and BE. RGB value is (153,148,190). Sum of RGB (Red+Green+Blue) = 153+148+190=491 (65% of max value = 765). Red value is 153 (60.16% from 255 or 31.16% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 190 - color contains mainly: blue. Hex color #9994BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9994BE is #666B41. Grayscale: #9A9A9A. Windows color (decimal): -6712130 or 12489881. OLE color: 12489881.

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

Color convert

RGB153148190-
CMYK0.190.2200.25
HSL247.14º24.42%66.27%-
HSV(B)247.14º22.11%74.51%-
XYZ33.0231.6753.09-
YUV154.28148.16127.08-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 31.16%
GREEN value IS 148 (58.20% from 255) = 30.14%
BLUE value IS 190 (74.61% from 255) = 38.70%
R=31.16%
G=30.14%
B=38.70%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1531481900.190.2200.25247.1424.4266.27
Hex9994BE1316019f71842
Octal231224276232603136730102
Binary100110011001010010111110100111011001100111110111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9994BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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