#948FBE

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

Shades of Logan #948FBE

Tints of Logan #948FBE

Color information

#948FBE (or 0x948FBE) is unknown color: approx Logan. HEX triplet: 94, 8F and BE. RGB value is (148,143,190). Sum of RGB (Red+Green+Blue) = 148+143+190=481 (63% of max value = 765). Red value is 148 (58.20% from 255 or 30.77% from 481); Green value is 143 (56.25% from 255 or 29.73% from 481); Blue value is 190 (74.61% from 255 or 39.50% from 481); Max value from RGB is 190 - color contains mainly: blue. Hex color #948FBE is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948FBE is #6B7041. Grayscale: #959595. Windows color (decimal): -7041090 or 12488596. OLE color: 12488596.

HSL color Cylindrical-coordinate representation of color #948FBE: hue angle of 246.38º degrees, saturation: 0.27, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #948FBE is Cyan = 0.22, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB148143190-
CMYK0.220.2500.25
HSL246.38º26.55%65.29%-
HSV(B)246.38º24.74%74.51%-
XYZ31.3329.6652.79-
YUV149.85150.66126.68-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.77%
GREEN value IS 143 (56.25% from 255) = 29.73%
BLUE value IS 190 (74.61% from 255) = 39.50%
R=30.77%
G=29.73%
B=39.50%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal1481431900.220.2500.25246.3826.5565.29
Hex948FBE1619019f61b41
Octal224217276263103136633101
Binary100101001000111110111110101101100101100111110110110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948FBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,143,190); }

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

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

 a { background-color: rgb(148,143,190); }

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

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

 span { border-color: rgb(148,143,190); }

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