#9694EF

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

Shades of Portage #9694EF

Tints of Portage #9694EF

Color information

#9694EF (or 0x9694EF) is unknown color: approx Portage. HEX triplet: 96, 94 and EF. RGB value is (150,148,239). Sum of RGB (Red+Green+Blue) = 150+148+239=537 (71% of max value = 765). Red value is 150 (58.98% from 255 or 27.93% from 537); Green value is 148 (58.20% from 255 or 27.56% from 537); Blue value is 239 (93.75% from 255 or 44.51% from 537); Max value from RGB is 239 - color contains mainly: blue. Hex color #9694EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9694EF is #696B10. Grayscale: #9E9E9E. Windows color (decimal): -6908689 or 15701142. OLE color: 15701142.

HSL color Cylindrical-coordinate representation of color #9694EF: hue angle of 241.32º degrees, saturation: 0.74, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #9694EF is Cyan = 0.37, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB150148239-
CMYK0.370.3800.06
HSL241.32º73.98%75.88%-
HSV(B)241.32º38.08%93.73%-
XYZ38.7533.986.16-
YUV158.97173.16121.6-

RGB Variations

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

RGB

RED value IS 150 (58.98% from 255) = 27.93%
GREEN value IS 148 (58.20% from 255) = 27.56%
BLUE value IS 239 (93.75% from 255) = 44.51%
R=27.93%
G=27.56%
B=44.51%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1501482390.370.3800.06241.3273.9875.88
Hex9694EF252606f14a4c
Octal226224357454606361112114
Binary10010110100101001110111110010110011001101111000110010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9694EF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9694EF; }

 p { color: rgb(150,148,239); }

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

<style>
 a { background-color: #9694EF; }

 a { background-color: rgb(150,148,239); }

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

<style>
 span { border-color: #9694EF; }

 span { border-color: rgb(150,148,239); }

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