#949ABC

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

Shades of Logan #949ABC

Tints of Logan #949ABC

Color information

#949ABC (or 0x949ABC) is unknown color: approx Logan. HEX triplet: 94, 9A and BC. RGB value is (148,154,188). Sum of RGB (Red+Green+Blue) = 148+154+188=490 (64% of max value = 765). Red value is 148 (58.20% from 255 or 30.20% from 490); Green value is 154 (60.55% from 255 or 31.43% from 490); Blue value is 188 (73.83% from 255 or 38.37% from 490); Max value from RGB is 188 - color contains mainly: blue. Hex color #949ABC is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #949ABC is #6B6543. Grayscale: #9B9B9B. Windows color (decimal): -7038276 or 12360340. OLE color: 12360340.

HSL color Cylindrical-coordinate representation of color #949ABC: hue angle of 231º degrees, saturation: 0.23, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #949ABC is Cyan = 0.21, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB148154188-
CMYK0.210.1800.26
HSL231º22.99%65.88%-
HSV(B)231º21.28%73.73%-
XYZ32.8533.0452.22-
YUV156.08146.01122.24-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 30.20%
GREEN value IS 154 (60.55% from 255) = 31.43%
BLUE value IS 188 (73.83% from 255) = 38.37%
R=30.20%
G=31.43%
B=38.37%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal1481541880.210.1800.2623122.9965.88
Hex949ABC151201Ae71742
Octal224232274252203234727102
Binary100101001001101010111100101011001001101011100111101111000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #949ABC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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