#938DBB

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

Shades of Logan #938DBB

Tints of Logan #938DBB

Color information

#938DBB (or 0x938DBB) is unknown color: approx Logan. HEX triplet: 93, 8D and BB. RGB value is (147,141,187). Sum of RGB (Red+Green+Blue) = 147+141+187=475 (62% of max value = 765). Red value is 147 (57.81% from 255 or 30.95% from 475); Green value is 141 (55.47% from 255 or 29.68% from 475); Blue value is 187 (73.44% from 255 or 39.37% from 475); Max value from RGB is 187 - color contains mainly: blue. Hex color #938DBB is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938DBB is #6C7244. Grayscale: #939393. Windows color (decimal): -7107141 or 12291475. OLE color: 12291475.

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

Color convert

RGB147141187-
CMYK0.210.2500.27
HSL247.83º25.27%64.31%-
HSV(B)247.83º24.6%73.33%-
XYZ30.5328.8450.97-
YUV148.04149.99127.26-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.95%
GREEN value IS 141 (55.47% from 255) = 29.68%
BLUE value IS 187 (73.44% from 255) = 39.37%
R=30.95%
G=29.68%
B=39.37%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1471411870.210.2500.27247.8325.2764.31
Hex938DBB151901Bf81940
Octal223215273253103337031100
Binary100100111000110110111011101011100101101111111000110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938DBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938DBB; }

 p { color: rgb(147,141,187); }

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

<style>
 a { background-color: #938DBB; }

 a { background-color: rgb(147,141,187); }

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

<style>
 span { border-color: #938DBB; }

 span { border-color: rgb(147,141,187); }

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