#9697BE

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

Shades of Logan #9697BE

Tints of Logan #9697BE

Color information

#9697BE (or 0x9697BE) is unknown color: approx Logan. HEX triplet: 96, 97 and BE. RGB value is (150,151,190). Sum of RGB (Red+Green+Blue) = 150+151+190=491 (65% of max value = 765). Red value is 150 (58.98% from 255 or 30.55% from 491); Green value is 151 (59.38% from 255 or 30.75% from 491); Blue value is 190 (74.61% from 255 or 38.70% from 491); Max value from RGB is 190 - color contains mainly: blue. Hex color #9697BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9697BE is #696841. Grayscale: #9A9A9A. Windows color (decimal): -6907970 or 12490646. OLE color: 12490646.

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

Color convert

RGB150151190-
CMYK0.210.2100.25
HSL238.5º23.53%66.67%-
HSV(B)238.5º21.05%74.51%-
XYZ32.9432.3353.22-
YUV155.15147.67124.33-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.55%
GREEN value IS 151 (59.38% from 255) = 30.75%
BLUE value IS 190 (74.61% from 255) = 38.70%
R=30.55%
G=30.75%
B=38.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501511900.210.2100.25238.523.5366.67
Hex9697BE1515019ee1843
Octal226227276252503135630103
Binary100101101001011110111110101011010101100111101110110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9697BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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