#939BD8

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

Shades of Portage #939BD8

Tints of Portage #939BD8

Color information

#939BD8 (or 0x939BD8) is unknown color: approx Portage. HEX triplet: 93, 9B and D8. RGB value is (147,155,216). Sum of RGB (Red+Green+Blue) = 147+155+216=518 (68% of max value = 765). Red value is 147 (57.81% from 255 or 28.38% from 518); Green value is 155 (60.94% from 255 or 29.92% from 518); Blue value is 216 (84.77% from 255 or 41.70% from 518); Max value from RGB is 216 - color contains mainly: blue. Hex color #939BD8 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939BD8 is #6C6427. Grayscale: #9F9F9F. Windows color (decimal): -7103528 or 14195603. OLE color: 14195603.

HSL color Cylindrical-coordinate representation of color #939BD8: hue angle of 233.04º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #939BD8 is Cyan = 0.32, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB147155216-
CMYK0.320.2800.15
HSL233.04º46.94%71.18%-
HSV(B)233.04º31.94%84.71%-
XYZ36.1534.669.74-
YUV159.56159.85119.04-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.38%
GREEN value IS 155 (60.94% from 255) = 29.92%
BLUE value IS 216 (84.77% from 255) = 41.70%
R=28.38%
G=29.92%
B=41.70%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1471552160.320.2800.15233.0446.9471.18
Hex939BD8201C0Fe92f47
Octal223233330403401735157107
Binary1001001110011011110110001000001110001111111010011011111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939BD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,155,216); }

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

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

 a { background-color: rgb(147,155,216); }

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

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

 span { border-color: rgb(147,155,216); }

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