#939CEB

Color #939CEB Portage (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Portage #939CEB

Tints of Portage #939CEB

Color information

#939CEB (or 0x939CEB) is unknown color: approx Portage. HEX triplet: 93, 9C and EB. RGB value is (147,156,235). Sum of RGB (Red+Green+Blue) = 147+156+235=538 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.32% from 538); Green value is 156 (61.33% from 255 or 29.00% from 538); Blue value is 235 (92.19% from 255 or 43.68% from 538); Max value from RGB is 235 - color contains mainly: blue. Hex color #939CEB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #939CEB is #6C6314. Grayscale: #A1A1A1. Windows color (decimal): -7103253 or 15441043. OLE color: 15441043.

HSL color Cylindrical-coordinate representation of color #939CEB: hue angle of 233.86º degrees, saturation: 0.69, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #939CEB is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB147156235-
CMYK0.370.3400.08
HSL233.86º68.75%74.9%-
HSV(B)233.86º37.45%92.16%-
XYZ38.9235.9883.49-
YUV162.31169.02117.08-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.32%
GREEN value IS 156 (61.33% from 255) = 29.00%
BLUE value IS 235 (92.19% from 255) = 43.68%
R=27.32%
G=29.00%
B=43.68%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.34
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1471562350.370.3400.08233.8668.7574.9
Hex939CEB252208ea454b
Octal2232343534542010352105113
Binary100100111001110011101011100101100010010001110101010001011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939CEB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #939CEB; }

 p { color: rgb(147,156,235); }

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

<style>
 a { background-color: #939CEB; }

 a { background-color: rgb(147,156,235); }

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

<style>
 span { border-color: #939CEB; }

 span { border-color: rgb(147,156,235); }

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