#939CF0

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

Shades of Portage #939CF0

Tints of Portage #939CF0

Color information

#939CF0 (or 0x939CF0) is unknown color: approx Portage. HEX triplet: 93, 9C and F0. RGB value is (147,156,240). Sum of RGB (Red+Green+Blue) = 147+156+240=543 (71% of max value = 765). Red value is 147 (57.81% from 255 or 27.07% from 543); Green value is 156 (61.33% from 255 or 28.73% from 543); Blue value is 240 (94.14% from 255 or 44.20% from 543); Max value from RGB is 240 - color contains mainly: blue. Hex color #939CF0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #939CF0 is #6C630F. Grayscale: #A2A2A2. Windows color (decimal): -7103248 or 15768723. OLE color: 15768723.

HSL color Cylindrical-coordinate representation of color #939CF0: hue angle of 234.19º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #939CF0 is Cyan = 0.39, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB147156240-
CMYK0.390.3500.06
HSL234.19º75.61%75.88%-
HSV(B)234.19º38.75%94.12%-
XYZ39.6536.2787.35-
YUV162.88171.52116.67-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 27.07%
GREEN value IS 156 (61.33% from 255) = 28.73%
BLUE value IS 240 (94.14% from 255) = 44.20%
R=27.07%
G=28.73%
B=44.20%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1471562400.390.3500.06234.1975.6175.88
Hex939CF0272306ea4c4c
Octal223234360474306352114114
Binary10010011100111001111000010011110001101101110101010011001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #939CF0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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