#958FBA

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

Shades of Logan #958FBA

Tints of Logan #958FBA

Color information

#958FBA (or 0x958FBA) is unknown color: approx Logan. HEX triplet: 95, 8F and BA. RGB value is (149,143,186). Sum of RGB (Red+Green+Blue) = 149+143+186=478 (63% of max value = 765). Red value is 149 (58.59% from 255 or 31.17% from 478); Green value is 143 (56.25% from 255 or 29.92% from 478); Blue value is 186 (73.05% from 255 or 38.91% from 478); Max value from RGB is 186 - color contains mainly: blue. Hex color #958FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #958FBA is #6A7045. Grayscale: #959595. Windows color (decimal): -6975558 or 12226453. OLE color: 12226453.

HSL color Cylindrical-coordinate representation of color #958FBA: hue angle of 248.37º 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 #958FBA is Cyan = 0.20, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB149143186-
CMYK0.200.2300.27
HSL248.37º23.76%64.51%-
HSV(B)248.37º23.12%72.94%-
XYZ31.0829.5850.53-
YUV149.7148.49127.5-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 31.17%
GREEN value IS 143 (56.25% from 255) = 29.92%
BLUE value IS 186 (73.05% from 255) = 38.91%
R=31.17%
G=29.92%
B=38.91%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1491431860.200.2300.27248.3723.7664.51
Hex958FBA141701Bf81841
Octal225217272242703337030101
Binary100101011000111110111010101001011101101111111000110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #958FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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