#908EBC

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

Shades of Logan #908EBC

Tints of Logan #908EBC

Color information

#908EBC (or 0x908EBC) is unknown color: approx Logan. HEX triplet: 90, 8E and BC. RGB value is (144,142,188). Sum of RGB (Red+Green+Blue) = 144+142+188=474 (62% of max value = 765). Red value is 144 (56.64% from 255 or 30.38% from 474); Green value is 142 (55.86% from 255 or 29.96% from 474); Blue value is 188 (73.83% from 255 or 39.66% from 474); Max value from RGB is 188 - color contains mainly: blue. Hex color #908EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #908EBC is #6F7143. Grayscale: #939393. Windows color (decimal): -7303492 or 12357264. OLE color: 12357264.

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

Color convert

RGB144142188-
CMYK0.230.2400.26
HSL242.61º25.56%64.71%-
HSV(B)242.61º24.47%73.73%-
XYZ30.2528.9151.56-
YUV147.84150.66125.26-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 30.38%
GREEN value IS 142 (55.86% from 255) = 29.96%
BLUE value IS 188 (73.83% from 255) = 39.66%
R=30.38%
G=29.96%
B=39.66%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1441421880.230.2400.26242.6125.5664.71
Hex908EBC171801Af31a41
Octal220216274273003236332101
Binary100100001000111010111100101111100001101011110011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #908EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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