#9695BE

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

Shades of Logan #9695BE

Tints of Logan #9695BE

Color information

#9695BE (or 0x9695BE) is unknown color: approx Logan. HEX triplet: 96, 95 and BE. RGB value is (150,149,190). Sum of RGB (Red+Green+Blue) = 150+149+190=489 (64% of max value = 765). Red value is 150 (58.98% from 255 or 30.67% from 489); Green value is 149 (58.59% from 255 or 30.47% from 489); Blue value is 190 (74.61% from 255 or 38.85% from 489); Max value from RGB is 190 - color contains mainly: blue. Hex color #9695BE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #9695BE is #696A41. Grayscale: #999999. Windows color (decimal): -6908482 or 12490134. OLE color: 12490134.

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

Color convert

RGB150149190-
CMYK0.210.2200.25
HSL241.46º23.98%66.47%-
HSV(B)241.46º21.58%74.51%-
XYZ32.6231.753.11-
YUV153.97148.33125.17-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 30.67%
GREEN value IS 149 (58.59% from 255) = 30.47%
BLUE value IS 190 (74.61% from 255) = 38.85%
R=30.67%
G=30.47%
B=38.85%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1501491900.210.2200.25241.4623.9866.47
Hex9695BE1516019f11842
Octal226225276252603136130102
Binary100101101001010110111110101011011001100111110001110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9695BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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