#939CCD

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

Shades of Portage #939CCD

Tints of Portage #939CCD

Color information

#939CCD (or 0x939CCD) is unknown color: approx Portage. HEX triplet: 93, 9C and CD. RGB value is (147,156,205). Sum of RGB (Red+Green+Blue) = 147+156+205=508 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.94% from 508); Green value is 156 (61.33% from 255 or 30.71% from 508); Blue value is 205 (80.47% from 255 or 40.35% from 508); Max value from RGB is 205 - color contains mainly: blue. Hex color #939CCD is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939CCD is #6C6332. Grayscale: #9E9E9E. Windows color (decimal): -7103283 or 13474963. OLE color: 13474963.

HSL color Cylindrical-coordinate representation of color #939CCD: hue angle of 230.69º 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 #939CCD is Cyan = 0.28, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB147156205-
CMYK0.280.2400.20
HSL230.69º36.71%69.02%-
HSV(B)230.69º28.29%80.39%-
XYZ34.9434.3962.55-
YUV158.89154.02119.52-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.94%
GREEN value IS 156 (61.33% from 255) = 30.71%
BLUE value IS 205 (80.47% from 255) = 40.35%
R=28.94%
G=30.71%
B=40.35%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1471562050.280.2400.20230.6936.7169.02
Hex939CCD1C18014e72545
Octal223234315343002434745105
Binary1001001110011100110011011110011000010100111001111001011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939CCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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