#948FBA

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

Shades of Logan #948FBA

Tints of Logan #948FBA

Color information

#948FBA (or 0x948FBA) is unknown color: approx Logan. HEX triplet: 94, 8F and BA. RGB value is (148,143,186). Sum of RGB (Red+Green+Blue) = 148+143+186=477 (63% of max value = 765). Red value is 148 (58.20% from 255 or 31.03% from 477); Green value is 143 (56.25% from 255 or 29.98% from 477); Blue value is 186 (73.05% from 255 or 38.99% from 477); Max value from RGB is 186 - color contains mainly: blue. Hex color #948FBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #948FBA is #6B7045. Grayscale: #959595. Windows color (decimal): -7041094 or 12226452. OLE color: 12226452.

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

Color convert

RGB148143186-
CMYK0.200.2300.27
HSL246.98º23.76%64.51%-
HSV(B)246.98º23.12%72.94%-
XYZ30.929.4950.52-
YUV149.4148.66127-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 31.03%
GREEN value IS 143 (56.25% from 255) = 29.98%
BLUE value IS 186 (73.05% from 255) = 38.99%
R=31.03%
G=29.98%
B=38.99%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481431860.200.2300.27246.9823.7664.51
Hex948FBA141701Bf71841
Octal224217272242703336730101
Binary100101001000111110111010101001011101101111110111110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #948FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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