#939BEA

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

Shades of Portage #939BEA

Tints of Portage #939BEA

Color information

#939BEA (or 0x939BEA) is unknown color: approx Portage. HEX triplet: 93, 9B and EA. RGB value is (147,155,234). Sum of RGB (Red+Green+Blue) = 147+155+234=536 (70% of max value = 765). Red value is 147 (57.81% from 255 or 27.43% from 536); Green value is 155 (60.94% from 255 or 28.92% from 536); Blue value is 234 (91.80% from 255 or 43.66% from 536); Max value from RGB is 234 - color contains mainly: blue. Hex color #939BEA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #939BEA is #6C6415. Grayscale: #A1A1A1. Windows color (decimal): -7103510 or 15375251. OLE color: 15375251.

HSL color Cylindrical-coordinate representation of color #939BEA: hue angle of 234.48º degrees, saturation: 0.67, 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 #939BEA is Cyan = 0.37, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB147155234-
CMYK0.370.3400.08
HSL234.48º67.44%74.71%-
HSV(B)234.48º37.18%91.76%-
XYZ38.6135.5982.68-
YUV161.61168.85117.58-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.43%
GREEN value IS 155 (60.94% from 255) = 28.92%
BLUE value IS 234 (91.80% from 255) = 43.66%
R=27.43%
G=28.92%
B=43.66%

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
Decimal1471552340.370.3400.08234.4867.4474.71
Hex939BEA252208ea434b
Octal2232333524542010352103113
Binary100100111001101111101010100101100010010001110101010000111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939BEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,155,234); }

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

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

 a { background-color: rgb(147,155,234); }

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

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

 span { border-color: rgb(147,155,234); }

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