#948EBC

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

Shades of Logan #948EBC

Tints of Logan #948EBC

Color information

#948EBC (or 0x948EBC) is unknown color: approx Logan. HEX triplet: 94, 8E and BC. RGB value is (148,142,188). Sum of RGB (Red+Green+Blue) = 148+142+188=478 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.96% from 478); Green value is 142 (55.86% from 255 or 29.71% from 478); Blue value is 188 (73.83% from 255 or 39.33% from 478); Max value from RGB is 188 - color contains mainly: blue. Hex color #948EBC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948EBC is #6B7143. Grayscale: #949494. Windows color (decimal): -7041348 or 12357268. OLE color: 12357268.

HSL color Cylindrical-coordinate representation of color #948EBC: hue angle of 247.83º 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 #948EBC is Cyan = 0.21, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB148142188-
CMYK0.210.2400.26
HSL247.83º25.56%64.71%-
HSV(B)247.83º24.47%73.73%-
XYZ30.9629.2751.6-
YUV149.04149.99127.26-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.96%
GREEN value IS 142 (55.86% from 255) = 29.71%
BLUE value IS 188 (73.83% from 255) = 39.33%
R=30.96%
G=29.71%
B=39.33%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1481421880.210.2400.26247.8325.5664.71
Hex948EBC151801Af81a41
Octal224216274253003237032101
Binary100101001000111010111100101011100001101011111000110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948EBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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