#939BF2

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

Shades of Portage #939BF2

Tints of Portage #939BF2

Color information

#939BF2 (or 0x939BF2) is unknown color: approx Portage. HEX triplet: 93, 9B and F2. RGB value is (147,155,242). Sum of RGB (Red+Green+Blue) = 147+155+242=544 (72% of max value = 765). Red value is 147 (57.81% from 255 or 27.02% from 544); Green value is 155 (60.94% from 255 or 28.49% from 544); Blue value is 242 (94.92% from 255 or 44.49% from 544); Max value from RGB is 242 - color contains mainly: blue. Hex color #939BF2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #939BF2 is #6C640D. Grayscale: #A2A2A2. Windows color (decimal): -7103502 or 15899539. OLE color: 15899539.

HSL color Cylindrical-coordinate representation of color #939BF2: hue angle of 234.95º degrees, saturation: 0.79, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #939BF2 is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB147155242-
CMYK0.390.3600.05
HSL234.95º78.51%76.27%-
HSV(B)234.95º39.26%94.9%-
XYZ39.7836.0688.87-
YUV162.53172.85116.93-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.02%
GREEN value IS 155 (60.94% from 255) = 28.49%
BLUE value IS 242 (94.92% from 255) = 44.49%
R=27.02%
G=28.49%
B=44.49%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1471552420.390.3600.05234.9578.5176.27
Hex939BF2272405eb4f4c
Octal223233362474405353117114
Binary10010011100110111111001010011110010001011110101110011111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939BF2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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