#968FBA

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

Shades of Logan #968FBA

Tints of Logan #968FBA

Color information

#968FBA (or 0x968FBA) is unknown color: approx Logan. HEX triplet: 96, 8F and BA. RGB value is (150,143,186). Sum of RGB (Red+Green+Blue) = 150+143+186=479 (63% of max value = 765). Red value is 150 (58.98% from 255 or 31.32% from 479); Green value is 143 (56.25% from 255 or 29.85% from 479); Blue value is 186 (73.05% from 255 or 38.83% from 479); Max value from RGB is 186 - color contains mainly: blue. Hex color #968FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #968FBA is #697045. Grayscale: #959595. Windows color (decimal): -6910022 or 12226454. OLE color: 12226454.

HSL color Cylindrical-coordinate representation of color #968FBA: hue angle of 249.77º degrees, saturation: 0.24, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #968FBA is Cyan = 0.19, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB150143186-
CMYK0.190.2300.27
HSL249.77º23.76%64.51%-
HSV(B)249.77º23.12%72.94%-
XYZ31.2629.6750.53-
YUV150148.32128-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 31.32%
GREEN value IS 143 (56.25% from 255) = 29.85%
BLUE value IS 186 (73.05% from 255) = 38.83%
R=31.32%
G=29.85%
B=38.83%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1501431860.190.2300.27249.7723.7664.51
Hex968FBA131701Bfa1841
Octal226217272232703337230101
Binary100101101000111110111010100111011101101111111010110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #968FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #968FBA; }

 p { color: rgb(150,143,186); }

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

<style>
 a { background-color: #968FBA; }

 a { background-color: rgb(150,143,186); }

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

<style>
 span { border-color: #968FBA; }

 span { border-color: rgb(150,143,186); }

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