#949ABA

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

Shades of Logan #949ABA

Tints of Logan #949ABA

Color information

#949ABA (or 0x949ABA) is unknown color: approx Logan. HEX triplet: 94, 9A and BA. RGB value is (148,154,186). Sum of RGB (Red+Green+Blue) = 148+154+186=488 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.33% from 488); Green value is 154 (60.55% from 255 or 31.56% from 488); Blue value is 186 (73.05% from 255 or 38.11% from 488); Max value from RGB is 186 - color contains mainly: blue. Hex color #949ABA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949ABA is #6B6545. Grayscale: #9B9B9B. Windows color (decimal): -7038278 or 12229268. OLE color: 12229268.

HSL color Cylindrical-coordinate representation of color #949ABA: hue angle of 230.53º degrees, saturation: 0.22, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #949ABA is Cyan = 0.20, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB148154186-
CMYK0.200.1700.27
HSL230.53º21.59%65.49%-
HSV(B)230.53º20.43%72.94%-
XYZ32.6332.9551.09-
YUV155.85145.01122.4-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.33%
GREEN value IS 154 (60.55% from 255) = 31.56%
BLUE value IS 186 (73.05% from 255) = 38.11%
R=30.33%
G=31.56%
B=38.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1481541860.200.1700.27230.5321.5965.49
Hex949ABA141101Be71641
Octal224232272242103334726101
Binary100101001001101010111010101001000101101111100111101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #949ABA; }

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

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

<style>
 a { background-color: #949ABA; }

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

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

<style>
 span { border-color: #949ABA; }

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

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