#939BF8

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

Shades of Portage #939BF8

Tints of Portage #939BF8

Color information

#939BF8 (or 0x939BF8) is unknown color: approx Portage. HEX triplet: 93, 9B and F8. RGB value is (147,155,248). Sum of RGB (Red+Green+Blue) = 147+155+248=550 (72% of max value = 765). Red value is 147 (57.81% from 255 or 26.73% from 550); Green value is 155 (60.94% from 255 or 28.18% from 550); Blue value is 248 (97.27% from 255 or 45.09% from 550); Max value from RGB is 248 - color contains mainly: blue. Hex color #939BF8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #939BF8 is #6C6407. Grayscale: #A2A2A2. Windows color (decimal): -7103496 or 16292755. OLE color: 16292755.

HSL color Cylindrical-coordinate representation of color #939BF8: hue angle of 235.25º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #939BF8 is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB147155248-
CMYK0.410.3800.03
HSL235.25º87.83%77.45%-
HSV(B)235.25º40.73%97.25%-
XYZ40.736.4293.69-
YUV163.21175.85116.44-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.73%
GREEN value IS 155 (60.94% from 255) = 28.18%
BLUE value IS 248 (97.27% from 255) = 45.09%
R=26.73%
G=28.18%
B=45.09%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1471552480.410.3800.03235.2587.8377.45
Hex939BF8292603eb584d
Octal223233370514603353130115
Binary1001001110011011111110001010011001100111110101110110001001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939BF8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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