#9295B3

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

Shades of Logan #9295B3

Tints of Logan #9295B3

Color information

#9295B3 (or 0x9295B3) is unknown color: approx Logan. HEX triplet: 92, 95 and B3. RGB value is (146,149,179). Sum of RGB (Red+Green+Blue) = 146+149+179=474 (62% of max value = 765). Red value is 146 (57.42% from 255 or 30.80% from 474); Green value is 149 (58.59% from 255 or 31.43% from 474); Blue value is 179 (70.31% from 255 or 37.76% from 474); Max value from RGB is 179 - color contains mainly: blue. Hex color #9295B3 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9295B3 is #6D6A4C. Grayscale: #979797. Windows color (decimal): -7170637 or 11769234. OLE color: 11769234.

HSL color Cylindrical-coordinate representation of color #9295B3: hue angle of 234.55º degrees, saturation: 0.18, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #9295B3 is Cyan = 0.18, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB146149179-
CMYK0.180.1700.30
HSL234.55º17.84%63.73%-
HSV(B)234.55º18.44%70.2%-
XYZ30.7430.8646.98-
YUV151.52143.51124.06-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 30.80%
GREEN value IS 149 (58.59% from 255) = 31.43%
BLUE value IS 179 (70.31% from 255) = 37.76%
R=30.80%
G=31.43%
B=37.76%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal1461491790.180.1700.30234.5517.8463.73
Hex9295B3121101Eeb1240
Octal222225263222103635322100
Binary100100101001010110110011100101000101111011101011100101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9295B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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