#939BF1

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

Shades of Portage #939BF1

Tints of Portage #939BF1

Color information

#939BF1 (or 0x939BF1) is unknown color: approx Portage. HEX triplet: 93, 9B and F1. RGB value is (147,155,241). Sum of RGB (Red+Green+Blue) = 147+155+241=543 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.07% from 543); Green value is 155 (60.94% from 255 or 28.55% from 543); Blue value is 241 (94.53% from 255 or 44.38% from 543); Max value from RGB is 241 - color contains mainly: blue. Hex color #939BF1 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #939BF1 is #6C640E. Grayscale: #A2A2A2. Windows color (decimal): -7103503 or 15834003. OLE color: 15834003.

HSL color Cylindrical-coordinate representation of color #939BF1: hue angle of 234.89º degrees, saturation: 0.77, 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 #939BF1 is Cyan = 0.39, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB147155241-
CMYK0.390.3600.05
HSL234.89º77.05%76.08%-
HSV(B)234.89º39%94.51%-
XYZ39.633688.08-
YUV162.41172.35117.01-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.07%
GREEN value IS 155 (60.94% from 255) = 28.55%
BLUE value IS 241 (94.53% from 255) = 44.38%
R=27.07%
G=28.55%
B=44.38%

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
Decimal1471552410.390.3600.05234.8977.0576.08
Hex939BF1272405eb4d4c
Octal223233361474405353115114
Binary10010011100110111111000110011110010001011110101110011011001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939BF1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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