#938EBA

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

Shades of Logan #938EBA

Tints of Logan #938EBA

Color information

#938EBA (or 0x938EBA) is unknown color: approx Logan. HEX triplet: 93, 8E and BA. RGB value is (147,142,186). Sum of RGB (Red+Green+Blue) = 147+142+186=475 (62% of max value = 765). Red value is 147 (57.81% from 255 or 30.95% from 475); Green value is 142 (55.86% from 255 or 29.89% from 475); Blue value is 186 (73.05% from 255 or 39.16% from 475); Max value from RGB is 186 - color contains mainly: blue. Hex color #938EBA is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #938EBA is #6C7145. Grayscale: #949494. Windows color (decimal): -7106886 or 12226195. OLE color: 12226195.

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

Color convert

RGB147142186-
CMYK0.210.2400.27
HSL246.82º24.18%64.31%-
HSV(B)246.82º23.66%72.94%-
XYZ30.5729.0950.46-
YUV148.51149.16126.92-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 30.95%
GREEN value IS 142 (55.86% from 255) = 29.89%
BLUE value IS 186 (73.05% from 255) = 39.16%
R=30.95%
G=29.89%
B=39.16%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal1471421860.210.2400.27246.8224.1864.31
Hex938EBA151801Bf71840
Octal223216272253003336730100
Binary100100111000111010111010101011100001101111110111110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938EBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,142,186); }

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

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

 a { background-color: rgb(147,142,186); }

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

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

 span { border-color: rgb(147,142,186); }

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