#939CFD

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

Shades of Portage #939CFD

Tints of Portage #939CFD

Color information

#939CFD (or 0x939CFD) is unknown color: approx Portage. HEX triplet: 93, 9C and FD. RGB value is (147,156,253). Sum of RGB (Red+Green+Blue) = 147+156+253=556 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.44% from 556); Green value is 156 (61.33% from 255 or 28.06% from 556); Blue value is 253 (99.22% from 255 or 45.50% from 556); Max value from RGB is 253 - color contains mainly: blue. Hex color #939CFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #939CFD is #6C6302. Grayscale: #A3A3A3. Windows color (decimal): -7103235 or 16620691. OLE color: 16620691.

HSL color Cylindrical-coordinate representation of color #939CFD: hue angle of 234.91º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #939CFD is Cyan = 0.42, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB147156253-
CMYK0.420.3800.01
HSL234.91º96.36%78.43%-
HSV(B)234.91º41.9%99.22%-
XYZ41.6537.0797.89-
YUV164.37178.02115.61-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.44%
GREEN value IS 156 (61.33% from 255) = 28.06%
BLUE value IS 253 (99.22% from 255) = 45.50%
R=26.44%
G=28.06%
B=45.50%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1471562530.420.3800.01234.9196.3678.43
Hex939CFD2A2601eb604e
Octal223234375524601353140116
Binary100100111001110011111101101010100110011110101111000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939CFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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