#939FF9

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

Shades of Portage #939FF9

Tints of Portage #939FF9

Color information

#939FF9 (or 0x939FF9) is unknown color: approx Portage. HEX triplet: 93, 9F and F9. RGB value is (147,159,249). Sum of RGB (Red+Green+Blue) = 147+159+249=555 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.49% from 555); Green value is 159 (62.5% from 255 or 28.65% from 555); Blue value is 249 (97.66% from 255 or 44.86% from 555); Max value from RGB is 249 - color contains mainly: blue. Hex color #939FF9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #939FF9 is #6C6006. Grayscale: #A5A5A5. Windows color (decimal): -7102471 or 16359315. OLE color: 16359315.

HSL color Cylindrical-coordinate representation of color #939FF9: hue angle of 232.94º degrees, saturation: 0.89, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #939FF9 is Cyan = 0.41, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB147159249-
CMYK0.410.3600.02
HSL232.94º89.47%77.65%-
HSV(B)232.94º40.96%97.65%-
XYZ41.5337.8494.74-
YUV165.67175.02114.68-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.49%
GREEN value IS 159 (62.5% from 255) = 28.65%
BLUE value IS 249 (97.66% from 255) = 44.86%
R=26.49%
G=28.65%
B=44.86%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1471592490.410.3600.02232.9489.4777.65
Hex939FF9292402e9594e
Octal223237371514402351131116
Binary1001001110011111111110011010011001000101110100110110011001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939FF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,159,249); }

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

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

 a { background-color: rgb(147,159,249); }

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

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

 span { border-color: rgb(147,159,249); }

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