#939CFA

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

Shades of Portage #939CFA

Tints of Portage #939CFA

Color information

#939CFA (or 0x939CFA) is unknown color: approx Portage. HEX triplet: 93, 9C and FA. RGB value is (147,156,250). Sum of RGB (Red+Green+Blue) = 147+156+250=553 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.58% from 553); Green value is 156 (61.33% from 255 or 28.21% from 553); Blue value is 250 (98.05% from 255 or 45.21% from 553); Max value from RGB is 250 - color contains mainly: blue. Hex color #939CFA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #939CFA is #6C6305. Grayscale: #A3A3A3. Windows color (decimal): -7103238 or 16424083. OLE color: 16424083.

HSL color Cylindrical-coordinate representation of color #939CFA: hue angle of 234.76º degrees, saturation: 0.91, 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 #939CFA is Cyan = 0.41, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB147156250-
CMYK0.410.3800.02
HSL234.76º91.15%77.84%-
HSV(B)234.76º41.2%98.04%-
XYZ41.1836.8895.39-
YUV164.02176.52115.86-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.58%
GREEN value IS 156 (61.33% from 255) = 28.21%
BLUE value IS 250 (98.05% from 255) = 45.21%
R=26.58%
G=28.21%
B=45.21%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1471562500.410.3800.02234.7691.1577.84
Hex939CFA292602eb5b4e
Octal223234372514602353133116
Binary1001001110011100111110101010011001100101110101110110111001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939CFA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,156,250); }

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

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

 a { background-color: rgb(147,156,250); }

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

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

 span { border-color: rgb(147,156,250); }

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