#948EBA

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

Shades of Logan #948EBA

Tints of Logan #948EBA

Color information

#948EBA (or 0x948EBA) is unknown color: approx Logan. HEX triplet: 94, 8E and BA. RGB value is (148,142,186). Sum of RGB (Red+Green+Blue) = 148+142+186=476 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.09% from 476); Green value is 142 (55.86% from 255 or 29.83% from 476); Blue value is 186 (73.05% from 255 or 39.08% from 476); Max value from RGB is 186 - color contains mainly: blue. Hex color #948EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948EBA is #6B7145. Grayscale: #949494. Windows color (decimal): -7041350 or 12226196. OLE color: 12226196.

HSL color Cylindrical-coordinate representation of color #948EBA: hue angle of 248.18º degrees, saturation: 0.24, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #948EBA is Cyan = 0.20, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB148142186-
CMYK0.200.2400.27
HSL248.18º24.18%64.31%-
HSV(B)248.18º23.66%72.94%-
XYZ30.7529.1950.47-
YUV148.81148.99127.42-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.09%
GREEN value IS 142 (55.86% from 255) = 29.83%
BLUE value IS 186 (73.05% from 255) = 39.08%
R=31.09%
G=29.83%
B=39.08%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481421860.200.2400.27248.1824.1864.31
Hex948EBA141801Bf81840
Octal224216272243003337030100
Binary100101001000111010111010101001100001101111111000110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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