#939AFD

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

Shades of Portage #939AFD

Tints of Portage #939AFD

Color information

#939AFD (or 0x939AFD) is unknown color: approx Portage. HEX triplet: 93, 9A and FD. RGB value is (147,154,253). Sum of RGB (Red+Green+Blue) = 147+154+253=554 (73% of max value = 765). Red value is 147 (57.81% from 255 or 26.53% from 554); Green value is 154 (60.55% from 255 or 27.80% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #939AFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #939AFD is #6C6502. Grayscale: #A2A2A2. Windows color (decimal): -7103747 or 16620179. OLE color: 16620179.

HSL color Cylindrical-coordinate representation of color #939AFD: hue angle of 236.04º 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 #939AFD is Cyan = 0.42, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB147154253-
CMYK0.420.3900.01
HSL236.04º96.36%78.43%-
HSV(B)236.04º41.9%99.22%-
XYZ41.3236.4197.78-
YUV163.19178.68116.45-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 26.53%
GREEN value IS 154 (60.55% from 255) = 27.80%
BLUE value IS 253 (99.22% from 255) = 45.67%
R=26.53%
G=27.80%
B=45.67%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1471542530.420.3900.01236.0496.3678.43
Hex939AFD2A2701ec604e
Octal223232375524701354140116
Binary100100111001101011111101101010100111011110110011000001001110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939AFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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