#939FED

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

Shades of Portage #939FED

Tints of Portage #939FED

Color information

#939FED (or 0x939FED) is unknown color: approx Portage. HEX triplet: 93, 9F and ED. RGB value is (147,159,237). Sum of RGB (Red+Green+Blue) = 147+159+237=543 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.07% from 543); Green value is 159 (62.5% from 255 or 29.28% from 543); Blue value is 237 (92.97% from 255 or 43.65% from 543); Max value from RGB is 237 - color contains mainly: blue. Hex color #939FED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #939FED is #6C6012. Grayscale: #A3A3A3. Windows color (decimal): -7102483 or 15572883. OLE color: 15572883.

HSL color Cylindrical-coordinate representation of color #939FED: hue angle of 232º degrees, saturation: 0.71, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #939FED is Cyan = 0.38, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB147159237-
CMYK0.380.3300.07
HSL232º71.43%75.29%-
HSV(B)232º37.97%92.94%-
XYZ39.7237.1185.19-
YUV164.3169.02115.66-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.07%
GREEN value IS 159 (62.5% from 255) = 29.28%
BLUE value IS 237 (92.97% from 255) = 43.65%
R=27.07%
G=29.28%
B=43.65%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.33
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1471592370.380.3300.0723271.4375.29
Hex939FED262107e8474b
Octal223237355464107350107113
Binary10010011100111111110110110011010000101111110100010001111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939FED

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(147,159,237); }

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

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

 a { background-color: rgb(147,159,237); }

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

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

 span { border-color: rgb(147,159,237); }

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