#939BCF

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

Shades of Portage #939BCF

Tints of Portage #939BCF

Color information

#939BCF (or 0x939BCF) is unknown color: approx Portage. HEX triplet: 93, 9B and CF. RGB value is (147,155,207). Sum of RGB (Red+Green+Blue) = 147+155+207=509 (67% of max value = 765). Red value is 147 (57.81% from 255 or 28.88% from 509); Green value is 155 (60.94% from 255 or 30.45% from 509); Blue value is 207 (81.25% from 255 or 40.67% from 509); Max value from RGB is 207 - color contains mainly: blue. Hex color #939BCF is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #939BCF is #6C6430. Grayscale: #9E9E9E. Windows color (decimal): -7103537 or 13605779. OLE color: 13605779.

HSL color Cylindrical-coordinate representation of color #939BCF: hue angle of 232º 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 #939BCF is Cyan = 0.29, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB147155207-
CMYK0.290.2500.19
HSL232º38.46%69.41%-
HSV(B)232º28.99%81.18%-
XYZ35.0234.1563.78-
YUV158.54155.35119.77-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 28.88%
GREEN value IS 155 (60.94% from 255) = 30.45%
BLUE value IS 207 (81.25% from 255) = 40.67%
R=28.88%
G=30.45%
B=40.67%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1471552070.290.2500.1923238.4669.41
Hex939BCF1D19013e82645
Octal223233317353102335046105
Binary1001001110011011110011111110111001010011111010001001101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939BCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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