#9692BE

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

Shades of Logan #9692BE

Tints of Logan #9692BE

Color information

#9692BE (or 0x9692BE) is unknown color: approx Logan. HEX triplet: 96, 92 and BE. RGB value is (150,146,190). Sum of RGB (Red+Green+Blue) = 150+146+190=486 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.86% from 486); Green value is 146 (57.42% from 255 or 30.04% from 486); Blue value is 190 (74.61% from 255 or 39.09% from 486); Max value from RGB is 190 - color contains mainly: blue. Hex color #9692BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9692BE is #696D41. Grayscale: #989898. Windows color (decimal): -6909250 or 12489366. OLE color: 12489366.

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

Color convert

RGB150146190-
CMYK0.210.2300.25
HSL245.45º25.29%65.88%-
HSV(B)245.45º23.16%74.51%-
XYZ32.1530.7652.96-
YUV152.21149.33126.42-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.86%
GREEN value IS 146 (57.42% from 255) = 30.04%
BLUE value IS 190 (74.61% from 255) = 39.09%
R=30.86%
G=30.04%
B=39.09%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501461900.210.2300.25245.4525.2965.88
Hex9692BE1517019f51942
Octal226222276252703136531102
Binary100101101001001010111110101011011101100111110101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9692BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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