#939DCD

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

Shades of Portage #939DCD

Tints of Portage #939DCD

Color information

#939DCD (or 0x939DCD) is unknown color: approx Portage. HEX triplet: 93, 9D and CD. RGB value is (147,157,205). Sum of RGB (Red+Green+Blue) = 147+157+205=509 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.88% from 509); Green value is 157 (61.72% from 255 or 30.84% from 509); Blue value is 205 (80.47% from 255 or 40.28% from 509); Max value from RGB is 205 - color contains mainly: blue. Hex color #939DCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939DCD is #6C6232. Grayscale: #9F9F9F. Windows color (decimal): -7103027 or 13475219. OLE color: 13475219.

HSL color Cylindrical-coordinate representation of color #939DCD: hue angle of 229.66º degrees, saturation: 0.37, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #939DCD is Cyan = 0.28, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB147157205-
CMYK0.280.2300.20
HSL229.66º36.71%69.02%-
HSV(B)229.66º28.29%80.39%-
XYZ35.1134.7262.61-
YUV159.48153.69119.1-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.88%
GREEN value IS 157 (61.72% from 255) = 30.84%
BLUE value IS 205 (80.47% from 255) = 40.28%
R=28.88%
G=30.84%
B=40.28%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1471572050.280.2300.20229.6636.7169.02
Hex939DCD1C17014e62545
Octal223235315342702434645105
Binary1001001110011101110011011110010111010100111001101001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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