#9692B5

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

Shades of Logan #9692B5

Tints of Logan #9692B5

Color information

#9692B5 (or 0x9692B5) is unknown color: approx Logan. HEX triplet: 96, 92 and B5. RGB value is (150,146,181). Sum of RGB (Red+Green+Blue) = 150+146+181=477 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.45% from 477); Green value is 146 (57.42% from 255 or 30.61% from 477); Blue value is 181 (71.09% from 255 or 37.95% from 477); Max value from RGB is 181 - color contains mainly: blue. Hex color #9692B5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9692B5 is #696D4A. Grayscale: #979797. Windows color (decimal): -6909259 or 11899542. OLE color: 11899542.

HSL color Cylindrical-coordinate representation of color #9692B5: hue angle of 246.86º degrees, saturation: 0.19, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #9692B5 is Cyan = 0.17, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB150146181-
CMYK0.170.1900.29
HSL246.86º19.13%64.12%-
HSV(B)246.86º19.34%70.98%-
XYZ31.230.3847.94-
YUV151.19144.83127.15-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.45%
GREEN value IS 146 (57.42% from 255) = 30.61%
BLUE value IS 181 (71.09% from 255) = 37.95%
R=31.45%
G=30.61%
B=37.95%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1501461810.170.1900.29246.8619.1364.12
Hex9692B5111301Df71340
Octal226222265212303536723100
Binary100101101001001010110101100011001101110111110111100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9692B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9692B5; }

 p { color: rgb(150,146,181); }

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

<style>
 a { background-color: #9692B5; }

 a { background-color: rgb(150,146,181); }

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

<style>
 span { border-color: #9692B5; }

 span { border-color: rgb(150,146,181); }

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