#939DCF

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

Shades of Portage #939DCF

Tints of Portage #939DCF

Color information

#939DCF (or 0x939DCF) is unknown color: approx Portage. HEX triplet: 93, 9D and CF. RGB value is (147,157,207). Sum of RGB (Red+Green+Blue) = 147+157+207=511 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.77% from 511); Green value is 157 (61.72% from 255 or 30.72% from 511); Blue value is 207 (81.25% from 255 or 40.51% from 511); Max value from RGB is 207 - color contains mainly: blue. Hex color #939DCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939DCF is #6C6230. Grayscale: #9F9F9F. Windows color (decimal): -7103025 or 13606291. OLE color: 13606291.

HSL color Cylindrical-coordinate representation of color #939DCF: hue angle of 230º degrees, saturation: 0.38, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #939DCF is Cyan = 0.29, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB147157207-
CMYK0.290.2400.19
HSL230º38.46%69.41%-
HSV(B)230º28.99%81.18%-
XYZ35.3534.8263.89-
YUV159.71154.69118.93-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.77%
GREEN value IS 157 (61.72% from 255) = 30.72%
BLUE value IS 207 (81.25% from 255) = 40.51%
R=28.77%
G=30.72%
B=40.51%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1471572070.290.2400.1923038.4669.41
Hex939DCF1D18013e62645
Octal223235317353002334646105
Binary1001001110011101110011111110111000010011111001101001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939DCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,157,207); }

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

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

 a { background-color: rgb(147,157,207); }

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

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

 span { border-color: rgb(147,157,207); }

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