#9295BB

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

Shades of Logan #9295BB

Tints of Logan #9295BB

Color information

#9295BB (or 0x9295BB) is unknown color: approx Logan. HEX triplet: 92, 95 and BB. RGB value is (146,149,187). Sum of RGB (Red+Green+Blue) = 146+149+187=482 (63% of max value = 765). Red value is 146 (57.42% from 255 or 30.29% from 482); Green value is 149 (58.59% from 255 or 30.91% from 482); Blue value is 187 (73.44% from 255 or 38.80% from 482); Max value from RGB is 187 - color contains mainly: blue. Hex color #9295BB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9295BB is #6D6A44. Grayscale: #989898. Windows color (decimal): -7170629 or 12293522. OLE color: 12293522.

HSL color Cylindrical-coordinate representation of color #9295BB: hue angle of 235.61º degrees, saturation: 0.23, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #9295BB is Cyan = 0.22, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB146149187-
CMYK0.220.2000.27
HSL235.61º23.16%65.29%-
HSV(B)235.61º21.93%73.33%-
XYZ31.5731.1951.37-
YUV152.44147.51123.41-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.29%
GREEN value IS 149 (58.59% from 255) = 30.91%
BLUE value IS 187 (73.44% from 255) = 38.80%
R=30.29%
G=30.91%
B=38.80%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1461491870.220.2000.27235.6123.1665.29
Hex9295BB161401Bec1741
Octal222225273262403335427101
Binary100100101001010110111011101101010001101111101100101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9295BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9295BB; }

 p { color: rgb(146,149,187); }

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

<style>
 a { background-color: #9295BB; }

 a { background-color: rgb(146,149,187); }

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

<style>
 span { border-color: #9295BB; }

 span { border-color: rgb(146,149,187); }

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