#9B94BC

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

Shades of Logan #9B94BC

Tints of Logan #9B94BC

Color information

#9B94BC (or 0x9B94BC) is unknown color: approx Logan. HEX triplet: 9B, 94 and BC. RGB value is (155,148,188). Sum of RGB (Red+Green+Blue) = 155+148+188=491 (65% of max value = 765). Red value is 155 (60.94% from 255 or 31.57% from 491); Green value is 148 (58.20% from 255 or 30.14% from 491); Blue value is 188 (73.83% from 255 or 38.29% from 491); Max value from RGB is 188 - color contains mainly: blue. Hex color #9B94BC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9B94BC is #646B43. Grayscale: #9A9A9A. Windows color (decimal): -6581060 or 12358811. OLE color: 12358811.

HSL color Cylindrical-coordinate representation of color #9B94BC: hue angle of 250.5º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #9B94BC is Cyan = 0.18, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB155148188-
CMYK0.180.2100.26
HSL250.5º22.99%65.88%-
HSV(B)250.5º21.28%73.73%-
XYZ33.1831.7851.96-
YUV154.65146.82128.25-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 31.57%
GREEN value IS 148 (58.20% from 255) = 30.14%
BLUE value IS 188 (73.83% from 255) = 38.29%
R=31.57%
G=30.14%
B=38.29%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1551481880.180.2100.26250.522.9965.88
Hex9B94BC121501Afa1742
Octal233224274222503237227102
Binary100110111001010010111100100101010101101011111010101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B94BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,148,188); }

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

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

 a { background-color: rgb(155,148,188); }

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

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

 span { border-color: rgb(155,148,188); }

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