#908DBC

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

Shades of Logan #908DBC

Tints of Logan #908DBC

Color information

#908DBC (or 0x908DBC) is unknown color: approx Logan. HEX triplet: 90, 8D and BC. RGB value is (144,141,188). Sum of RGB (Red+Green+Blue) = 144+141+188=473 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.44% from 473); Green value is 141 (55.47% from 255 or 29.81% from 473); Blue value is 188 (73.83% from 255 or 39.75% from 473); Max value from RGB is 188 - color contains mainly: blue. Hex color #908DBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908DBC is #6F7243. Grayscale: #939393. Windows color (decimal): -7303748 or 12357008. OLE color: 12357008.

HSL color Cylindrical-coordinate representation of color #908DBC: hue angle of 243.83º degrees, saturation: 0.26, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #908DBC is Cyan = 0.23, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB144141188-
CMYK0.230.2500.26
HSL243.83º25.97%64.51%-
HSV(B)243.83º25%73.73%-
XYZ30.128.6151.51-
YUV147.26150.99125.68-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.44%
GREEN value IS 141 (55.47% from 255) = 29.81%
BLUE value IS 188 (73.83% from 255) = 39.75%
R=30.44%
G=29.81%
B=39.75%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1441411880.230.2500.26243.8325.9764.51
Hex908DBC171901Af41a41
Octal220215274273103236432101
Binary100100001000110110111100101111100101101011110100110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908DBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #908DBC; }

 p { color: rgb(144,141,188); }

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

<style>
 a { background-color: #908DBC; }

 a { background-color: rgb(144,141,188); }

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

<style>
 span { border-color: #908DBC; }

 span { border-color: rgb(144,141,188); }

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